re PR libstdc++/56282 (std::basic_ios<char> broken with -std=c++11 (undefined reference))
authorPaolo Carlini <paolo@gcc.gnu.org>
Mon, 11 Feb 2013 10:30:43 +0000 (10:30 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 11 Feb 2013 10:30:43 +0000 (10:30 +0000)
commit3b424b30be6a93cfc68df6f77e0aa1ce673d71fe
treebe0673180897842cf5edd597377fcb675d1ecf7b
parentadb1c4d1e0511ae9dbfa4da277e18e9394f792d5
re PR libstdc++/56282 (std::basic_ios<char> broken with -std=c++11 (undefined reference))

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.

From-SVN: r195939
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/basic_ios.h
libstdc++-v3/testsuite/27_io/basic_ios/pr56193.cc [deleted file]