Fix g++ command

Needs std=c++14
This commit is contained in:
Alessandro Pischedda 2018-01-17 15:16:57 +01:00 committed by GitHub
parent fff71d21a8
commit 11b2c7914f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
* *
* @author Gavin Smith <gavin.smith@coralbay.tv> * @author Gavin Smith <gavin.smith@coralbay.tv>
* *
* Compile with g++ libboostasio.cpp -o boost_test -lpthread -lboost_system -lamqpcpp * Compile with g++ -std=c++14 libboostasio.cpp -o boost_test -lpthread -lboost_system -lamqpcpp
*/ */
/** /**