chore: add modern c++ compile

This commit is contained in:
2020-11-08 19:29:32 +08:00
parent 0f8bf32153
commit bd10f51fca

View File

@@ -1,3 +1,10 @@
# c-cpp-tests
C/C++ Tests
C/C++ Tests
Compile using modern C++:
```
c++ --std=c++17 file.cc
```