This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/56282] [4.8 regression] std::basic_ios<char> broken with -std=c++11 (undefined reference)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56282

--- Comment #5 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2013-02-11 10:30:50 UTC ---
Author: paolo
Date: Mon Feb 11 10:30:43 2013
New Revision: 195939

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195939
Log:
2013-02-11  Paolo Carlini  <paolo.carlini@oracle.com>

    PR libstdc++/56282
    Revert:
    2013-02-06  Edward Smith-Rowland  <3dw4rd@verizon.net>

    PR libstdc++/56193
    * include/bits/basic_ios.h: Replace operator void*() const
    with explicit operator bool() const in C++11 and greater.
    * testsuite/27_io/basic_ios/pr56193.cc: New file.

Removed:
    trunk/libstdc++-v3/testsuite/27_io/basic_ios/pr56193.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/basic_ios.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]