Add .clangd specifying use of C++14

This commit is contained in:
Stephen Seo 2021-09-07 18:17:31 +09:00
parent 1069216c1a
commit a18ab3be31
1 changed files with 2 additions and 0 deletions

2
.clangd Normal file
View File

@ -0,0 +1,2 @@
CompileFlags:
Add: [-std=c++14]