This patch allows GCC 4.6 and above to use noexcept as opposed to throw().
Is it an ABI safe change to suddenly switch on noexcept? I imagine it must be because it's disabled in w/ clang in C++03 but not C++11.
Differential D15516
[libcxx] Enable noexcept for GCC 4.6 and greater EricWF on Dec 14 2015, 6:42 PM. Authored by
Details This patch allows GCC 4.6 and above to use noexcept as opposed to throw(). Is it an ABI safe change to suddenly switch on noexcept? I imagine it must be because it's disabled in w/ clang in C++03 but not C++11.
Diff Detail Event Timeline |