[uClibc-cvs] CVS uClibc++/include

CVS User gkajmowi gkajmowi at codepoet.org
Tue Feb 1 22:02:45 UTC 2005


Update of /var/cvs/uClibc++/include
In directory nail:/tmp/cvs-serv12272/include

Modified Files:
	string 
Log Message:
Fix string iterator issue (again) (I think) (I hope for the last time)

--- /var/cvs/uClibc++/include/string	2005/01/25 19:10:14	1.21
+++ /var/cvs/uClibc++/include/string	2005/02/01 22:02:44	1.22
@@ -54,8 +54,6 @@
 
 	typedef typename vector<Ch, A>::iterator iterator;
 	typedef typename vector<Ch, A>::const_iterator const_iterator;
-	typedef char * iterator;
-	typedef char * const_iterator;
 
 	typedef typename vector<Ch, A>::reverse_iterator reverse_iterator;
 	typedef typename vector<Ch, A>::const_reverse_iterator const_reverse_iterator;



More information about the uClibc-cvs mailing list