mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-22 16:02:29 +02:00
Improve project C++17 support (#4334)
Poco now use C++17. We can take some old code away because of that. We also raise requiments for C++17 so everything works as excpected with it. Co-authored-by: Kari Argillander <kari.argillander@fidelix.com>
This commit is contained in:
@@ -123,7 +123,7 @@ done
|
||||
|
||||
: ${CC:=gcc}
|
||||
: ${CXX:=g++}
|
||||
: ${CXXFLAGS:=-std=c++11}
|
||||
: ${CXXFLAGS:=-std=c++17}
|
||||
|
||||
echo "CC=$CC" >>$build/PocoDoc.ini
|
||||
echo "CXX=$CXX" >>$build/PocoDoc.ini
|
||||
|
Reference in New Issue
Block a user