diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-12-14 07:46:31 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-12-14 07:46:31 +1100 |
| commit | 6f94ed773596f4675685ee0cad7ddeaee9d53767 (patch) | |
| tree | f9ad8cd668fef1b2a9bbd36142d62067ac435492 /doc/ScintillaHistory.html | |
| parent | ba44752c09788655780cf71960093128c17d956f (diff) | |
| download | scintilla-mirror-6f94ed773596f4675685ee0cad7ddeaee9d53767.tar.gz | |
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.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
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. </li> <li> + 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. + </li> + <li> On Linux, enable Lua to access dynamic libraries. <a href="https://sourceforge.net/p/scintilla/bugs/2058/">Bug #2058</a>. </li> |
