Y
Hacker News
new
|
ask
|
show
|
jobs
by
threeseed
523 days ago
Did you read the part about types needing to support UnwindSafe.
I typically don’t control every type that I am interacting with.
1 comments
DrMeepster
518 days ago
there's a wrapper type, AssertUnwindSafe to get around it. The whole concept of unwind safety was a mistake so don't worry about using it
link