Modify .clangd specifying use of C++17

This commit is contained in:
Stephen Seo 2021-09-07 18:18:08 +09:00
parent af12aa577b
commit 8d44b8e2bc

View file

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