Uncaught C++ exceptions also terminate the program, which is perhaps slightly
better than a -fno-exceptions program not knowing what to do: While `new T();`
would return `nullptr` under libstdc++ with -fno-exceptions, no such check
could be made for e.g. `std::string s; s.resize(verylargevalue);` because the
return type is void.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/discussions/2983#discussioncomment-10724355
You are receiving this because you are subscribed to this thread.
Message ID:
<rpm-software-management/rpm/repo-discussions/2983/comments/10724...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint