| commit | 9c24b478779e070349282127947f40aaba581ddc | [log] [tgz] |
|---|---|---|
| author | Vova Bilonenko <bilonenko.v@gmail.com> | Tue Aug 21 09:04:11 2018 +0200 |
| committer | Vova Bilonenko <bilonenko.v@gmail.com> | Tue Aug 21 09:04:11 2018 +0200 |
| tree | 792811003e2f85725aba4fd38852c933fc963797 | |
| parent | 7d6953e2cc48f6bd43b460c5b32221f12b26dbee [diff] |
quicksort for < 20 points
c_cpp_properties.json
{
"configurations": [
{
"name": "CPP Mac",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/**"
],
"defines": [],
"macFrameworkPath": [
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64",
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
}
],
"version": 4
}