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.