Why are the exception specifications
being deprecated post-release of the C++11 standard?
It officially mentions the reason is because of introduction of noexcept
I do not fully understand this but is it due to performance issues?
Why are the exception specifications
being deprecated post-release of the C++11 standard?
It officially mentions the reason is because of introduction of noexcept
I do not fully understand this but is it due to performance issues?