From 056f71f24cefaf88f2a93714c6678c03ed5f1e0e Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期五, 02 七月 2021 16:54:33 +0800
Subject: [PATCH] fixed to adapt gcc-5.4 & glibc-2.25
---
.vscode/settings.json | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 4003476..df60df7 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -61,7 +61,16 @@
"strstream": "cpp",
"unordered_set": "cpp",
"cfenv": "cpp",
- "*.ipp": "cpp"
+ "*.ipp": "cpp",
+ "cassert": "cpp",
+ "cerrno": "cpp",
+ "cfloat": "cpp",
+ "ciso646": "cpp",
+ "climits": "cpp",
+ "ios": "cpp",
+ "locale": "cpp",
+ "queue": "cpp",
+ "random": "cpp"
},
"files.exclude": {
"**/*.un~": true,
@@ -77,7 +86,9 @@
"cmake.configureOnOpen": false,
"C_Cpp.default.includePath": [
"build/proto",
+ "log",
"src",
"box"
- ]
+ ],
+ "terminal.integrated.cwd": "utest"
}
\ No newline at end of file
--
Gitblit v1.8.0