[cfe-dev] When did Clang/LLVM add noexcept?

Jeffrey Walton noloader at gmail.com
Sun Jul 26 16:33:15 PDT 2015


I've got a throwing destructor. It was by design in the 1990s, but its
showing its age now. We can't yank it because we can't perform the
major version bump at the moment.

I'm trying to abstract noexpct away for the various compilers.
Microsoft added it at VS2015. GCC added it at 4.6. But I'm not sure
when Clang added it (does this page indicate it was 3.0:
http://clang.llvm.org/cxx_status.html).

When did Clang/LLVM add noexcept?

Thanks in advance.



More information about the cfe-dev mailing list