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. --- doc/ScintillaHistory.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 0bd92761d..e69d419b9 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -561,6 +561,9 @@ Released 17 April 2019.
  • + For Visual C++ 2019, /std:c++latest now includes some C++20 features so switch to /std:c++17. +
  • +
  • Fix bug where changing identifier sets in lexers preserved previous identifiers.
  • -- cgit v1.2.3