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


------- Additional Comments From ralfixx at gmx dot de  2004-07-05 12:49 -------
(In reply to comment #0)
> Analysis: in 3.4.0 a default constructor for basic_istream() was added
> (include/.../istream, #562ff)
>     protected:
>       explicit 
>       basic_istream(): _M_gcount(streamsize(0)) { }
> 
> which leaves the iostream in an ill state.

The exact file name in the 3.4.1 distribution is 
  gcc-3.4.1/libstdc++-v3/include/std/std_istream.h, line 562 ff.


-- 


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


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