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>
This commit is contained in:
Eike Ziller
2023-02-16 08:35:01 +01:00
parent 959da084cc
commit 7a2023f157

View File

@@ -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: