diff options
Diffstat (limited to 'doc')
| -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. | 
