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. --- win32/SciLexer.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'win32/SciLexer.vcxproj') diff --git a/win32/SciLexer.vcxproj b/win32/SciLexer.vcxproj index 91c85139b..300cd2044 100644 --- a/win32/SciLexer.vcxproj +++ b/win32/SciLexer.vcxproj @@ -72,7 +72,7 @@ _DEBUG;%(PreprocessorDefinitions) - stdcpplatest + stdcpp17 Default @@ -81,7 +81,7 @@ _DEBUG;%(PreprocessorDefinitions) - stdcpplatest + stdcpp17 Default @@ -92,7 +92,7 @@ true true NDEBUG;%(PreprocessorDefinitions) - stdcpplatest + stdcpp17 true @@ -104,7 +104,7 @@ true true NDEBUG;%(PreprocessorDefinitions) - stdcpplatest + stdcpp17 true -- cgit v1.2.3