From 57a43626b15297d191382d40e63f7ba07b024f01 Mon Sep 17 00:00:00 2001 From: fufu <2398318817@qq.com> Date: 星期四, 31 十月 2024 18:39:23 +0800 Subject: [PATCH] 完善日志库代码 --- Server/马丽萍/code/log/.vscode/c_cpp_properties.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git "a/Server/\351\251\254\344\270\275\350\220\215/code/log/.vscode/c_cpp_properties.json" "b/Server/\351\251\254\344\270\275\350\220\215/code/log/.vscode/c_cpp_properties.json" index cea4d3f..bd518f1 100644 --- "a/Server/\351\251\254\344\270\275\350\220\215/code/log/.vscode/c_cpp_properties.json" +++ "b/Server/\351\251\254\344\270\275\350\220\215/code/log/.vscode/c_cpp_properties.json" @@ -5,7 +5,7 @@ "includePath": [ "${workspaceFolder}/**" ], - "compilerPath": "gcc", + "compilerPath": "C:\\Users\\lenovo\\AppData\\Local\\GitHubDesktop\\bin\\g++.exe", "cStandard": "${default}", "cppStandard": "${default}", "intelliSenseMode": "windows-gcc-x64", -- Gitblit v1.8.0