From b7b92dfbcf4ac651925e76706c9d93ef7b2d1c23 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 22 Oct 2024 14:08:27 +0200 Subject: [PATCH] style: editing the clangd configration of this project --- cpp00/ex01/.clangd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp00/ex01/.clangd b/cpp00/ex01/.clangd index a39ccfc..12bfffa 100644 --- a/cpp00/ex01/.clangd +++ b/cpp00/ex01/.clangd @@ -1,7 +1,7 @@ CompileFlags: Compiler: clang Add: - - "-xc" + - "-xc++" - "-I/usr/local/include" - "-I/nix/store/pzmpyb9hxfv60vh0l67avr94h71nip1b-llvm-16.0.6-dev/include" - "-I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include"