mirror of
https://github.com/HowardHinnant/date.git
synced 2024-12-26 16:01:04 +08:00
Change default test mode to C++17
This commit is contained in:
parent
2f4411312b
commit
ebb5719cd7
@ -46,7 +46,7 @@ fi
|
||||
|
||||
if [ -z "$CXX_LANG" ]
|
||||
then
|
||||
CXX_LANG=c++14
|
||||
CXX_LANG=c++17
|
||||
fi
|
||||
OPTIONS="-std=${CXX_LANG} $OPTIONS -I$ROOT -Wall $ROOT/src/tz.cpp -lcurl"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user