summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2023-02-16 08:35:01 +0100
committerEike Ziller <eike.ziller@qt.io>2023-02-16 11:08:11 +0000
commit7a2023f157de5348ea427140df84d19a5d5abb58 (patch)
tree848ee78549438d08997e972575303a3579679f47
parent959da084ccdab7c5460abda354805d6c67369e32 (diff)
downloadqt-creator-7a2023f157de5348ea427140df84d19a5d5abb58.tar.gz
Coding style: Remove wrong compiler statement and merge C++ sections
The supported compiler are stated in the README, no sense in replicating and maintaining that information here. Back then it made sense to differentiate between "C++" and "advanced C+ +(11/14), but nowadays that separation is artificial, it all is "C++ features". Change-Id: If67274566776ccd37bd20e925531405628edeb47 Reviewed-by: hjk <hjk@qt.io>
-rw-r--r--doc/qtcreatordev/src/coding-style.qdoc4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/qtcreatordev/src/coding-style.qdoc b/doc/qtcreatordev/src/coding-style.qdoc
index ec7dd586b4..ba2e75aae1 100644
--- a/doc/qtcreatordev/src/coding-style.qdoc
+++ b/doc/qtcreatordev/src/coding-style.qdoc
@@ -739,10 +739,6 @@
\note As an exception, imported third party code as well as code
interfacing the native APIs (src/support/os_*) can use NULL or 0.
- \section2 C++11 and C++14 Features
-
- Code should compile with Microsoft Visual Studio 2013, g++ 4.7, and Clang 3.1.
-
\section3 Lambdas
When using lambdas, note the following: