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

Modified Files:
        hash_fwd.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_fwd.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/functional/hash_fwd.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- hash_fwd.hpp        25 Jun 2006 09:55:26 -0000      1.3
+++ hash_fwd.hpp        12 Apr 2007 20:33:47 -0000      1.4
@@ -31,7 +31,7 @@
     template <class It> std::size_t hash_range(It, It);
     template <class It> void hash_range(std::size_t&, It, It);
 
-#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x551))
+#if BOOST_WORKAROUND(__BORLANDC__, < 0x0590)
     template <class T> inline std::size_t hash_range(T*, T*);
     template <class T> inline void hash_range(std::size_t&, T*, T*);
 #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