Is the noexcept
specifier useless if your implementation has a zero-cost (if nothing is thrown) exception model?
How does it compare to a non-zero-cost model?
Please discuss the most common compilers, e.g. MSVC, GCC, etc.
Go to Source
Author: lajoh90686