Update of /cvsroot/boost/boost/libs/functional/hash/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11914

Modified Files:
        hash_global_namespace_test.cpp 
Log Message:
Fixed the use of a deprecated header in a test.

Index: hash_global_namespace_test.cpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/functional/hash/test/hash_global_namespace_test.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- hash_global_namespace_test.cpp      25 Jun 2006 09:59:04 -0000      1.4
+++ hash_global_namespace_test.cpp      24 Sep 2006 19:57:34 -0000      1.5
@@ -44,7 +44,7 @@
 #  ifdef TEST_STD_INCLUDES
 #    include <functional>
 #  else
-#    include <boost/functional/hash/hash.hpp>
+#    include <boost/functional/hash.hpp>
 #  endif
 #endif
 


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