forked from HowardHinnant/date
Change default test mode to C++17
This commit is contained in:
@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user