https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66145

Malcolm Parsons <malcolm.parsons at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |malcolm.parsons at gmail dot 
com

--- Comment #10 from Malcolm Parsons <malcolm.parsons at gmail dot com> ---
https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html says

"Although the standard exception types defined in <stdexcept> use strings, they
are not defined twice, so that a std::out_of_range exception thrown in one file
can always be caught by a suitable handler in another file, even if the two
files are compiled with different ABIs."

Why doesn't this apply to the std::ios_base exceptions?

Reply via email to