aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-01-22 15:13:18 +1100
committerNeil <nyamatongwe@gmail.com>2015-01-22 15:13:18 +1100
commiteaf5da34f1e3ad60d7db847c004f1bc68066adf4 (patch)
tree0c4803b9e3667f1ef9d3fbc9392bed65f9360905 /doc/ScintillaHistory.html
parent1323a5c0d0229dbbf0ca977c04e350fe0ba442e2 (diff)
downloadscintilla-mirror-eaf5da34f1e3ad60d7db847c004f1bc68066adf4.tar.gz
Fix compilation failure of C++11 <regex> on Windows using gcc.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html3
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 &lt;regex&gt; on Windows using gcc.
+ </li>
</ul>
<h3>
<a href="http://prdownloads.sourceforge.net/scintilla/scite353.zip?download">Release 3.5.3</a>