Removing Deprecated Exception Specifications

This lesson shows how exception handling has evolved in C++17.

In C++17, exception specification will be part of the type system (as discussed in the next chapter about Language Clarification).

However, the standard contains an old and deprecated exception specification that appeared to be impractical and unused.

For example:

Get hands-on with 1200+ tech skills courses.