Re: Throwing std::ios_base::failure on formatted input with gcc 6.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux