You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by rr...@apache.org on 2021/04/21 21:09:42 UTC

[trafficserver] branch master updated: Update VSCode CPP Standard (#7723)

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 <19...@qq.com>
AuthorDate: Thu Apr 22 05:09:23 2021 +0800

    Update VSCode CPP Standard (#7723)
    
    Co-authored-by: yingdongyuan <yi...@deeproute.ai>
---
 .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",