结构调整

This commit is contained in:
Jie
2025-03-06 13:30:01 +08:00
parent 53bb8c0c5d
commit 78169021c3
10 changed files with 161 additions and 131 deletions

15
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"configurationProvider": "mvector-of-bool.cmake-tools",
"cppStandard": "c++23"
}
],
"version": 4
}

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"files.associations": {
"*.cpp": "cpp",
"type_traits": "cpp"
}
}