Open r-barnes opened 9 months ago
throw() has been deprecated since C++11; replace it with noexcept.
throw()
noexcept
throw()
has been deprecated since C++11; replace it withnoexcept
.