C++ Logo

sg10

Advanced search

[SG10] __cpp_noexcept feature-test macro

From: Jonathan Wakely <cxx_at_[hidden]>
Date: Sat, 17 Jan 2015 17:04:11 +0000
Is there any feature-test macro that can be used for the C++11
noexcept keyword as either an operator or in an
exception-specification?

The libc++ testsuite makes heavy use of Clang's
__has_feature(cxx_noexcept) and I don't see an SD-6 equivalent that
could be used instead.

Received on 2015-01-17 18:04:33