Comment on C++ Exceptions: Under the Hood (2013)parentComments−Const-me5y10. has anyone yet found a legitimate use for throwing an `int`?When an integer is the only value I need in the catch handler, I sometimes throw them, but only negative integers.https://docs.microsoft.com/en-us/openspecs/windows_protocols...
Comments
When an integer is the only value I need in the catch handler, I sometimes throw them, but only negative integers.
https://docs.microsoft.com/en-us/openspecs/windows_protocols...