summaryrefslogtreecommitdiffstats
path: root/.tag
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-08-02 22:17:27 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-06 20:31:38 +0200
commit1adca80707ec10c57f34afae1f8348f3e2b30817 (patch)
tree22e07bf37c92099a7897e5224626fd4d51e10f4f /.tag
parent38dc1f7597c66e205e5ece0e677187ea2dfa8052 (diff)
MSVC's throw() behaviour matches the C++11 noexcept, so use it
This allows code using methods marked Q_DECL_NOEXCEPT to benefit from optimisations before MSVC supports the C++11 keyword. Even MSVC 2012 doesn't have it yet. Using throw() in other compilers is not a good idea because they might actually be implementing the C++ standard -- which is broken. Change-Id: Id07ab4fe40a641583d5285d5abb536998bc419ba Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Diffstat (limited to '.tag')
0 files changed, 0 insertions, 0 deletions