Throwing std::ios_base::failure on formatted input with gcc 6.2
Jonathan Wakely
jwakely.gcc@gmail.com
Thu Oct 27 13:58:00 GMT 2016
On 27 October 2016 at 14:49, Edward Diener wrote:
> Even when I add -std=c++11 to the command line, the same result occurs.
Yes, because -std options don't affect the ABI, so the exception type
that is declared by the headers is not affected by the -std option.
See https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html
More information about the Gcc-help
mailing list