Hacker News new | ask | show | jobs
by account42 682 days ago
Could the UB version of noexcept be provided as a compiler extension? Either a separate attribute or a compiler flag to switch the behavior would be fine.
1 comments

We had a UB version of noexcept for a very, very long time. __declspec(nothrow), the throw() function specifier, etc.