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++/16251] bogus default constructor for std::basic_iostream


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16251

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |

--- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> ---
We could add a deprecated attribute to the default ctor (or even make it
private) for -pedantic or for -std=c++NN modes, but IMHO doing so is very very
low priority.

Some code compiles with one implementation and not with others. You have to
deal with that.

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