- Types.h: 添加 #pragma once 防止重复包含 - CMakeLists.txt: C++ 标准 17 → 20 - App/CMakeLists.txt: 移除重复的 C++11 覆盖,统一继承根 CMake 标准 - Axis.cpp: 添加 #include <string> 显式包含
15 lines
331 B
JSON
15 lines
331 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "linux-gcc-x64"
|
|
},
|
|
{
|
|
|
|
}
|
|
],
|
|
"version": 4
|
|
} |