General Purpose library for Freestanding C++ and POSIX systems
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
{
|
|
"clang.cflags": [
|
|
"-std=c11",
|
|
"-I${workspaceRoot}/include"
|
|
],
|
|
"clang.cxxflags": [
|
|
"-std=c++2a",
|
|
"-Wall",
|
|
"-pedantic",
|
|
"-I${workspaceRoot}/include"
|
|
],
|
|
"files.associations": {
|
|
"optional": "cpp",
|
|
"system_error": "cpp",
|
|
"istream": "cpp",
|
|
"ostream": "cpp",
|
|
"ratio": "cpp",
|
|
"array": "cpp",
|
|
"functional": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"utility": "cpp"
|
|
}
|
|
}
|