General Purpose library for Freestanding C++ and POSIX systems
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 

24 Zeilen
403 B

{
"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"
}
}