summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/platformsupport.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-06-14 18:29:50 -0700
committerThiago Macieira <thiago.macieira@intel.com>2014-06-19 03:45:21 +0200
commit07f21b76b5a54b1444cbbe9f40b6f08db7f4fade (patch)
treec53b075864ed18f0d32a4737c4d7c59bcc1611b4 /src/platformsupport/platformsupport.pro
parentbcaf2f08d9189c6d677143cbb8455b2a7fe900b7 (diff)
Deprecate the C++14 compiler feature macros
There's now a C++ standards Standing Document that defines preprocessor macros in the same way that we used to. So we no longer need to define them ourselves. The current macros are kept for compatibility purposes, for the compilers where they used to be defined. The list will not be extended with new macros or for new compiler versions. [ChangeLog][Deprecation Notice] The Q_COMPILER_xxx macros for C++14 compiler features introduced in Qt 5.3 are deprecated and will not be updated for new compilers either. User code should be changed to use the macros from Standing Document 6 instead: http://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations. This does not affect C++11 feature macros. Change-Id: I246afb84263f3d7ff72ccc0bc44bf86a6fc7cd96 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'src/platformsupport/platformsupport.pro')
0 files changed, 0 insertions, 0 deletions