This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/16251] bogus default constructor for std::basic_iostream
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 18 Jul 2017 12:40:36 +0000
- Subject: [Bug libstdc++/16251] bogus default constructor for std::basic_iostream
- Auto-submitted: auto-generated
- References: <bug-16251-4@http.gcc.gnu.org/bugzilla/>
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.