diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2018-03-31 13:10:46 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2018-03-31 13:10:46 +1100 |
commit | a42a58c1ecb8e523e4776141430b02549f0dd282 (patch) | |
tree | ffd1ccc68658c112421ce6c91bd80d9539d4f519 /doc/SciCoding.html | |
parent | 9ef91ecec68d38ff4e0428a213d2036b3d99f898 (diff) | |
download | scintilla-mirror-a42a58c1ecb8e523e4776141430b02549f0dd282.tar.gz |
Updated due to allowing C++17 code now.
Diffstat (limited to 'doc/SciCoding.html')
-rw-r--r-- | doc/SciCoding.html | 4 |
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. |