From 7a2023f157de5348ea427140df84d19a5d5abb58 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 16 Feb 2023 08:35:01 +0100 Subject: [PATCH] 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 --- doc/qtcreatordev/src/coding-style.qdoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/qtcreatordev/src/coding-style.qdoc b/doc/qtcreatordev/src/coding-style.qdoc index ec7dd586b4f..ba2e75aae11 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: