From aa0f59453eb4ecbadbcf5959ce14a3f0371d396d Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 28 Apr 2019 08:46:10 +1000 Subject: Switch from /std:c++latest to /std:c++17 as Visual C++ 2019 now includes some C++20 features. --- test/unit/test.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/test.mak') diff --git a/test/unit/test.mak b/test/unit/test.mak index fc4bb1671..42b17e556 100644 --- a/test/unit/test.mak +++ b/test/unit/test.mak @@ -6,7 +6,7 @@ EXE = unitTest.exe INCLUDEDIRS = /I../../include /I../../src /I../../lexlib -CXXFLAGS = /EHsc /std:c++latest /D_HAS_AUTO_PTR_ETC=1 /wd 4805 $(INCLUDEDIRS) +CXXFLAGS = /EHsc /std:c++17 /D_HAS_AUTO_PTR_ETC=1 /wd 4805 $(INCLUDEDIRS) # Files in this directory containing tests TESTSRC=test*.cxx -- cgit v1.2.3