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

Modified Files:
        hash.hpp 
Log Message:
Try turning off a borland workaround in the new version of borland, as it
seems to be causing problems in the tests.


Index: hash.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/functional/hash/hash.hpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- hash.hpp    24 Sep 2006 20:00:47 -0000      1.34
+++ hash.hpp    12 Apr 2007 20:33:48 -0000      1.35
@@ -222,7 +222,7 @@
         }
     }
 
-#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x551))
+#if BOOST_WORKAROUND(__BORLANDC__, < 0x0590)
     template <class T>
     inline std::size_t hash_range(T* first, T* last)
     {


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