Closed r-barnes closed 5 months ago
throw() is deprecated and has been since C++11. Replace with noexcept.
throw()
noexcept
throw()
is deprecated and has been since C++11. Replace withnoexcept
.