]> git.seodisparate.com/gitweb - EntityComponentMetaSystem/commitdiff
Modify .clangd specifying use of C++17
authorStephen Seo <seo.disparate@gmail.com>
Tue, 7 Sep 2021 09:18:08 +0000 (18:18 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 7 Sep 2021 09:18:08 +0000 (18:18 +0900)
.clangd

diff --git a/.clangd b/.clangd
index c00ad3d7dd499fca16b930e29ba88c5aae0dedc6..43f14d4eb9dfc201313e38351876cba0d666f273 100644 (file)
--- a/.clangd
+++ b/.clangd
@@ -1,2 +1,2 @@
 CompileFlags:
-    Add: [-std=c++14]
+    Add: [-std=c++17]