Closed r-barnes closed 4 months ago
throw() is a deprecated syntax. noexcept is the appropriate replacement.
throw()
noexcept
This one got merged already, closing.
throw()
is a deprecated syntax.noexcept
is the appropriate replacement.