From: Stephen Seo Date: Tue, 7 Sep 2021 09:17:31 +0000 (+0900) Subject: Add .clangd specifying use of C++14 X-Git-Tag: 1.0~31 X-Git-Url: https://git.seodisparate.com/stephenseo/LD52?a=commitdiff_plain;h=a18ab3be314e400e03bef90c0499aad837a466f6;p=EntityComponentMetaSystem Add .clangd specifying use of C++14 --- diff --git a/.clangd b/.clangd new file mode 100644 index 0000000..c00ad3d --- /dev/null +++ b/.clangd @@ -0,0 +1,2 @@ +CompileFlags: + Add: [-std=c++14]