[Bug 6098] New: implementation of a istream operator>> is missing

bugzilla at busybox.net bugzilla at busybox.net
Wed Mar 13 22:45:18 UTC 2013


https://bugs.busybox.net/show_bug.cgi?id=6098

           Summary: implementation of a istream operator>> is missing
           Product: uClibc++
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Standard Compliance
        AssignedTo: unassigned at uclibc.org
        ReportedBy: proyvind at gmail.com
                CC: uclibc-cvs at uclibc.org
   Estimated Hours: 0.0


Created attachment 4796
  --> https://bugs.busybox.net/attachment.cgi?id=4796
adds missing istream operator>> implementation

The implementation of the following operator is missing from uClibc++
basic_istream<charT,traits>& basic_istream<charT,traits>::operator>>(ios_base&
(*pf)(ios_base&))

Attached you'll find a patch fixing this.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list