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
parent
31f98957cf
commit
50fc00e489
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue