summaryrefslogtreecommitdiff
path: root/doc/qtcreatordev/src/coding-style.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qtcreatordev/src/coding-style.qdoc')
-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: