Hacker News new | ask | show | jobs
by leni536 683 days ago
https://eel.is/c++draft/res.on.exception.handling#2

I general functions from the C standard library must not throw, except for the ones taking function pointers that they execute.

1 comments

perfect again, thank you!