Exceptions Under the Spotlight
https://cppcon.org/ https://github.com/CppCon/CppCon2020/blob/main/Presentations/exceptions_under_the_spotlight/exceptions_under_the_spotlight__inbal_levi__cppcon_2020.pdf
The exceptions mechanism is a complex topic and has been enthusiastically discussed in the last WG21 committee meeting.
In this talk we will dive into the world of exceptions.
We will start by understanding the error handling mechanism.
We will explore the evolution of exceptions, and the design decisions that led to the …