Y
Hacker News
new
|
ask
|
show
|
jobs
by
g15jv2dp
685 days ago
> Does C++ std::terminate unwind the stack and call destructors?
No, it doesn't. Try this:
https://godbolt.org/z/cvG17cYEs