Update of /cvsroot/boost/boost/libs/smart_ptr/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10340

Modified Files:
        smart_ptr_test.cpp 
Log Message:
Fix CW regression re strcmp, strcpy

Index: smart_ptr_test.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/smart_ptr/test/smart_ptr_test.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- smart_ptr_test.cpp  6 Apr 2007 00:23:17 -0000       1.6
+++ smart_ptr_test.cpp  9 Apr 2007 22:24:37 -0000       1.7
@@ -40,9 +40,9 @@
 
 #include <boost/detail/lightweight_test.hpp>
 
-#include <cstring>
 #include <iostream>
 #include <set>
+#include <string.h>
 
 class Incomplete;
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to