From de5d0cbb9c58852ff0038be5495fa7e5d656dd1d Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 2 Jan 2020 11:43:54 +0100 Subject: new_type: implement subtraction --- .vscode/c_cpp_properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vscode') diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 179e475..e71cdab 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -6,9 +6,9 @@ "${workspaceFolder}/**" ], "defines": [], - "compilerPath": "/usr/bin/clang", + "compilerPath": "/usr/bin/gcc", "cppStandard": "c++20", - "intelliSenseMode": "clang-x64", + "intelliSenseMode": "gcc-x64", "configurationProvider": "go2sh.cmake-integration" } ], -- cgit v1.2.3