chore: add modern c++ compile

This commit is contained in:
2020-11-08 19:29:52 +08:00
parent bd10f51fca
commit 8ac6845375

View File

@@ -5,6 +5,6 @@ C/C++ Tests
Compile using modern C++: Compile using modern C++:
``` ```shell
c++ --std=c++17 file.cc c++ --std=c++17 file.cc
``` ```