From a42a58c1ecb8e523e4776141430b02549f0dd282 Mon Sep 17 00:00:00 2001
From: Neil Hodgson
Date: Sat, 31 Mar 2018 13:10:46 +1100
Subject: Updated due to allowing C++17 code now.
---
doc/SciCoding.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/SciCoding.html')
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.
To achieve portability, only a subset of C++ features are used.
--
cgit v1.2.3