Bug 6098 - implementation of a istream operator>> is missing
Summary: implementation of a istream operator>> is missing
Status: RESOLVED FIXED
Alias: None
Product: uClibc++
Classification: Unclassified
Component: Standard Compliance (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-13 22:46 UTC by Per Øyvind Karlsen
Modified: 2014-04-01 14:15 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
adds missing istream operator>> implementation (535 bytes, patch)
2013-03-13 22:46 UTC, Per Øyvind Karlsen
Details
adds missing istream operator>> implementation (988 bytes, patch)
2014-03-24 13:38 UTC, Per Øyvind Karlsen
Details

Note You need to log in before you can comment on or make changes to this bug.
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!