On Mon, May 05, 2014 at 11:46:37AM -0700, Richard Smith wrote: > __has_feature(noexcept) will only be true if we're in C++11-or-later mode, > because __has_feature looks for features that are part of the > currently-enabled language mode. What about -fno-exceptions? Joerg