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.
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!