qglobal.h: remove superfluous C++11 check from Qt 5.6

Superseded by the C++17 check in qglobal.h applicable to 6.0, but only
added for 6.2 (commit 647c0e80ed).

Change-Id: Ieb9a2aa1ea914b1b956bfffd16effa512e6f1e4a
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
bb10
Thiago Macieira 2022-05-17 12:13:34 -07:00
parent 31f98957cf
commit 50fc00e489
1 changed files with 0 additions and 6 deletions

View File

@ -502,12 +502,6 @@
*/
#define Q_COMPILER_THREADSAFE_STATICS
#ifdef __cplusplus
# if __cplusplus < 201103L && !defined(Q_CC_MSVC)
# error Qt requires a C++11 compiler and yours does not seem to be that.
# endif
#endif
#if defined(Q_CC_CLANG)
/* General C++ features */
# define Q_COMPILER_RESTRICTED_VLA