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++/14252] Problems with count and cin (3.4 regression)


------- Additional Comments From pcarlini at suse dot de  2004-02-24 15:47 -------
Confirmed. Note that the problem has actually nothing to do with count, this
suffices:

  iterator_traits<istreambuf_iterator<char> >::difference_type __n = 0;
  ++__n;

the problem is about our new traits::off_type.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pcarlini at suse dot de
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-24 15:47:41
               date|                            |
            Summary|Problems with count and cin |Problems with count and cin
                   |(3.4 regression)            |(3.4 regression)


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


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