From f3830c19917c254dcddfd272518a7b749fe89129 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 24 Mar 2018 09:15:01 +1100 Subject: Update unit test Visual C++ builds to Visual C++ 2017 with /std:c++latest but also allowing std::auto_ptr for Catch. --- 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 1e056fcba..0db79c69a 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 /wd 4805 $(INCLUDEDIRS) +CXXFLAGS = /EHsc /std:c++latest /D_HAS_AUTO_PTR_ETC=1 /wd 4805 $(INCLUDEDIRS) # Files in this directory containing tests TESTSRC=test*.cxx -- cgit v1.2.3