Hacker News new | ask | show | jobs
by dllthomas 4510 days ago
It's not terribly surprising, but it is worth noting since one use of setjmp/longjmp is to implement exceptions, and one would expect (and desire) destructors to run when unwinding on exceptions.