This is an automated email from the ASF dual-hosted git repository.

rrm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a304da  Update VSCode CPP Standard (#7723)
9a304da is described below

commit 9a304dafdf58d952a0efc4206d0ed6529f0b7a45
Author: YuanYingdong <[email protected]>
AuthorDate: Thu Apr 22 05:09:23 2021 +0800

    Update VSCode CPP Standard (#7723)
    
    Co-authored-by: yingdongyuan <[email protected]>
---
 .vscode/c_cpp_properties.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index fbc231e..448ba3c 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -92,7 +92,9 @@
                 ],
                 "limitSymbolsToIncludedHeaders": true,
                 "databaseFilename": ""
-            }
+            },
+            "cStandard": "c11",
+            "cppStandard": "c++17"
         },
         {
             "name": "Win32",

Reply via email to