svn commit: trunk/uClibc++/include

gkajmowi at uclibc.org gkajmowi at uclibc.org
Sat Oct 14 23:09:58 UTC 2006


Author: gkajmowi
Date: 2006-10-14 16:09:58 -0700 (Sat, 14 Oct 2006)
New Revision: 16385

Log:
Add implementation-specific function __skipws to library because it's large and
will more than likely we called by user-instantiated code anyways.



Modified:
   trunk/uClibc++/include/istream


Changeset:
Modified: trunk/uClibc++/include/istream
===================================================================
--- trunk/uClibc++/include/istream	2006-10-14 23:08:38 UTC (rev 16384)
+++ trunk/uClibc++/include/istream	2006-10-14 23:09:58 UTC (rev 16385)
@@ -584,8 +584,8 @@
 
 	template <> _UCXXEXPORT istream & operator>>(istream & is, char & c);
 
+	template <> _UCXXEXPORT void __skipws(basic_istream<char,char_traits<char> >& is);
 
-
 #endif
 #endif
 	




More information about the uClibc-cvs mailing list