| Summary: | implementation of a istream operator>> is missing | ||
|---|---|---|---|
| Product: | uClibc++ | Reporter: | Per Øyvind Karlsen <proyvind> |
| Component: | Standard Compliance | Assignee: | 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 |
||
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! Created attachment 5288 [details]
adds missing istream operator>> implementation
Sorry for the one year delay, but better late then never I guess.. ;) Applied as 0b09938d5d4b9108b76e6d5d5d6d07d38eacd323 Thanks! |
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.