Change default test mode to C++17

This commit is contained in:
Howard Hinnant 2021-05-19 14:43:19 -04:00
parent 2f4411312b
commit ebb5719cd7

View File

@ -46,7 +46,7 @@ fi
if [ -z "$CXX_LANG" ] if [ -z "$CXX_LANG" ]
then then
CXX_LANG=c++14 CXX_LANG=c++17
fi fi
OPTIONS="-std=${CXX_LANG} $OPTIONS -I$ROOT -Wall $ROOT/src/tz.cpp -lcurl" OPTIONS="-std=${CXX_LANG} $OPTIONS -I$ROOT -Wall $ROOT/src/tz.cpp -lcurl"