aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2018-03-31 13:10:46 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2018-03-31 13:10:46 +1100
commita42a58c1ecb8e523e4776141430b02549f0dd282 (patch)
treeffd1ccc68658c112421ce6c91bd80d9539d4f519
parent9ef91ecec68d38ff4e0428a213d2036b3d99f898 (diff)
downloadscintilla-mirror-a42a58c1ecb8e523e4776141430b02549f0dd282.tar.gz
Updated due to allowing C++17 code now.
-rw-r--r--doc/SciCoding.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SciCoding.html b/doc/SciCoding.html
index c5debf51a..2fdf27a4a 100644
--- a/doc/SciCoding.html
+++ b/doc/SciCoding.html
@@ -124,8 +124,8 @@
compilers on diverse platforms with high performance and low resource usage.
Scintilla has stricter portability requirements to SciTE as it may be ported to
low capability platforms.
- Scintilla code must build with C++03 which can be checked with "g++ --std=gnu++03".
- SciTE can use C++11 features that are widely available from g++ 4.6, MSVC 2012 and clang 3.4 compilers.
+ Scintilla code must build with C++17 which can be checked with "g++ --std=c++17".
+ SciTE can use C++17 features that are widely available from g++ 7.1, MSVC 2017.6 and Clang 5.0 compilers.
</p>
<p>
To achieve portability, only a subset of C++ features are used.