Removing Deprecated Exception Specifications
This lesson shows how exception handling has evolved in C++17.
We'll cover the following...
In C++17, exception specification will be part of the type system (as discussed in the next chapter about Language ...