Remove extra Q_COMPILER_xxx defines from the MSVC section.
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 2 Aug 2012 20:43:02 +0000 (22:43 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 6 Aug 2012 18:33:13 +0000 (20:33 +0200)
Those are defined below, after the list that describes the macros and
the papers.

Change-Id: I1f2df0e33c84eb17ebbb0147662f560defed182c
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
src/corelib/global/qcompilerdetection.h

index 9a9e78b..64aae8a 100644 (file)
 #  define Q_DECL_NOEXCEPT  throw()
 #  define Q_DECL_NOEXCEPT_EXPR(x)
 
-#if defined(Q_CC_MSVC) && _MSC_VER >= 1600
-#      define Q_COMPILER_RVALUE_REFS
-#      define Q_COMPILER_AUTO_TYPE
-#      define Q_COMPILER_LAMBDA
-#      define Q_COMPILER_DECLTYPE
-#      define Q_COMPILER_STATIC_ASSERT
-//  MSCV has std::initilizer_list, but do not support the braces initialization
-//#      define Q_COMPILER_INITIALIZER_LISTS
-#  endif
-
-
 #elif defined(__BORLANDC__) || defined(__TURBOC__)
 #  define Q_CC_BOR
 #  define Q_INLINE_TEMPLATE