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:
Kari Argillander
2023-12-13 03:16:35 +02:00
committed by GitHub
parent 12a99dcd18
commit 10f41c06d9
6 changed files with 5 additions and 37 deletions

View File

@@ -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