diff options
author | Neil <nyamatongwe@gmail.com> | 2015-01-22 15:13:18 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-01-22 15:13:18 +1100 |
commit | c2cfd294d21e6da8a86191bdd00af0772379737c (patch) | |
tree | aaa48f3e5b258a8d7f299ae732ca0793ace54435 /doc/ScintillaHistory.html | |
parent | 4a7c0965659d0b99b9a68c19480272e049cc26fa (diff) | |
download | scintilla-mirror-c2cfd294d21e6da8a86191bdd00af0772379737c.tar.gz |
Fix compilation failure of C++11 <regex> on Windows using gcc.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index ea7cce1fa..9efc5c982 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -493,6 +493,9 @@ Add new indicator INDIC_COMPOSITIONTHIN to mimic the appearance of non-target segments in OS X IME. </li> + <li> + Fix compilation failure of C++11 <regex> on Windows using gcc. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite353.zip?download">Release 3.5.3</a> |