Re: [PATCH] PR66145 use new ABI for std::ios::failure exceptions

2017-02-03 Thread Jonathan Wakely
On 16/01/17 15:57 +, Jonathan Wakely wrote: This changes the version of std::ios_base::failure thrown by libstdc++.so to be the new __cxx11 ABI one, matching the default for headers that are trying to catch the exception. There's no simple way to do this as an easy transition, but hopefully

[PATCH] PR66145 use new ABI for std::ios::failure exceptions

2017-01-16 Thread Jonathan Wakely
This changes the version of std::ios_base::failure thrown by libstdc++.so to be the new __cxx11 ABI one, matching the default for headers that are trying to catch the exception. There's no simple way to do this as an easy transition, but hopefully by now most people are either using the new ABI o