Update of /cvsroot/boost/boost/boost/functional
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12348
Modified Files:
hash.hpp
Log Message:
Move the hash extensions into their own header, which hopefully makes the
extension implementation a little clearer. It also fixes a problem where the
visual C++ include once pragma was preventing the extensions from being loaded
on the second include.
Index: hash.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/functional/hash.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- hash.hpp 25 Jun 2006 09:55:26 -0000 1.5
+++ hash.hpp 24 Sep 2006 20:00:47 -0000 1.6
@@ -8,3 +8,7 @@
// issue 6.18.
#include <boost/functional/hash/hash.hpp>
+
+#if !defined(BOOST_HASH_NO_EXTENSIONS)
+#include <boost/functional/hash/extensions.hpp>
+#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