Bug 6098

Summary: implementation of a istream operator>> is missing
Product: uClibc++ Reporter: Per Øyvind Karlsen <proyvind>
Component: Standard ComplianceAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: uclibc-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: adds missing istream operator>> implementation
adds missing istream operator>> implementation

Description Per Øyvind Karlsen 2013-03-13 22:46:01 UTC
Created attachment 4796 [details]
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.
Comment 1 Bernhard Reutner-Fischer 2013-03-14 12:19:36 UTC
Could you please send (me or the uClibc-list, whatever you prefer) a proper patch, including a Signed-off-by line? See uclibc.org/developing#contrib on how to do that.

Many thanks in advance!
Comment 2 Per Øyvind Karlsen 2014-03-24 13:38:04 UTC
Created attachment 5288 [details]
adds missing istream operator>> implementation
Comment 3 Per Øyvind Karlsen 2014-03-24 13:40:05 UTC
Sorry for the one year delay, but better late then never I guess.. ;)
Comment 4 Bernhard Reutner-Fischer 2014-04-01 14:15:57 UTC
Applied as 0b09938d5d4b9108b76e6d5d5d6d07d38eacd323
Thanks!