[SG10] __cpp_noexcept feature-test macro

Jonathan Wakely cxx at kayari.org
Sat Jan 17 18:04:11 CET 2015


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.


More information about the Features mailing list