svn commit: trunk/uClibc++/include

gkajmowi at uclibc.org gkajmowi at uclibc.org
Sat Oct 14 23:08:39 UTC 2006


Author: gkajmowi
Date: 2006-10-14 16:08:38 -0700 (Sat, 14 Oct 2006)
New Revision: 16384

Log:
Put string::append into the shared library explicitly, because it's going to be there anyways.



Modified:
   trunk/uClibc++/include/string


Changeset:
Modified: trunk/uClibc++/include/string
===================================================================
--- trunk/uClibc++/include/string	2006-10-14 16:16:03 UTC (rev 16383)
+++ trunk/uClibc++/include/string	2006-10-14 23:08:38 UTC (rev 16384)
@@ -745,6 +745,9 @@
 
 #endif
 
+	template <> _UCXXEXPORT string & string::append(const char * s, size_type n);
+
+
 	template <> _UCXXEXPORT string::size_type string::find(const string & str, size_type pos) const;
 	template <> _UCXXEXPORT string::size_type string::find(const char* s, size_type pos) const;
 	template <> _UCXXEXPORT string::size_type string::find (char c, size_type pos) const;




More information about the uClibc-cvs mailing list