MSVC can’t handle move-only exception types
Here’s my second post from C++Now 2019! On Friday morning, Andreas Weis gave a very good summary of how exception handling works in C++. I particularly liked that he didn’t just focus on the Itanium ABI (as I would certainly have been tempted to do), but showed in-depth knowledge of how exceptio...
Hasnain says:
Learnt more about C++ than I ever thought I'd want to know.
If you're curious about how exception handlers are implemented under the hood and why you might want to avoid move-only exceptions in cross platform code...
Posted on 2019-05-12T08:23:28+0000