Fix the suggested command line to build to amalgamation_demo; it needs C++17 for string_view

This commit is contained in:
Geoff Langdale 2019-02-23 11:28:09 +11:00
parent 3d30fd5440
commit 2a3e9b5476
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
c++ -march=native -O3 -std=c++11 -o amalgamation_demo amalgamation_demo.cpp && ./amalgamation_demo ../jsonexamples/twitter.json
c++ -march=native -O3 -std=c++17 -o amalgamation_demo amalgamation_demo.cpp && ./amalgamation_demo ../jsonexamples/twitter.json