From ca79b65eea2653ecbf62eb0f1d0caf4ff6dea601 Mon Sep 17 00:00:00 2001
From: mitchell
Date: Sun, 5 Jan 2020 17:10:23 -0500
Subject: Synchronizing LongTerm3 with default. Ideally this covers anything
missed during the backport process.
---
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..b3724abec 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++11 which can be checked with "g++ --std=c++11".
+ SciTE can use C++11 features that are widely available from g++ 4.8, MSVC 2015 and clang 3.4 compilers.
To achieve portability, only a subset of C++ features are used.
--
cgit v1.2.3