You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling NTA_CHECK from a destructor would be an oxymoron. Perhaps something like NTA_WARN_NO_EXC (doesn't exist yet) would be a more appropriate alternative for this specific scenario.
breznak
changed the title
Fails to compile with GCC 6.x
Fails to compile with GCC 6.x - make destructors noexcept
May 22, 2017
Testing the latest & greatest gcc compiler, I run into some issues.
NTA_CHECK(..) << "msg"
macro:Looks like we'll have to rewrite these macros
The text was updated successfully, but these errors were encountered: