From 8e8bace2a89e47940dfac1b920a340301be08db9 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 17 Dec 2024 23:03:46 +0100 Subject: [PATCH] fix: using the forty two compilator --- cpp00/ex00/.clangd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp00/ex00/.clangd b/cpp00/ex00/.clangd index 2ea0e22..c74960e 100644 --- a/cpp00/ex00/.clangd +++ b/cpp00/ex00/.clangd @@ -1,5 +1,5 @@ CompileFlags: - Compiler: clang + Compiler: c++ Add: - "-xc++" - "-stdlib=libc++"