From 6f94ed773596f4675685ee0cad7ddeaee9d53767 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 14 Dec 2018 07:46:31 +1100 Subject: Stop specifying -std:c++latest as that is no longer needed to enable C++17 with MSVC 2017 and Qt 5.12 and it caused duplicate flag warnings. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9d87269f4..51a438682 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -619,6 +619,10 @@ Improve performance of text insertion when Unicode line indexing off.
  • + For Qt on Windows, stop specifying -std:c++latest as that is no longer needed + to enable C++17 with MSVC 2017 and Qt 5.12 and it caused duplicate flag warnings. +
  • +
  • On Linux, enable Lua to access dynamic libraries. Bug #2058.
  • -- cgit v1.2.3