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

Modified Files:
        hash_fwd.hpp 
Log Message:
Put the borland workarounds back - it still seems to need them. Will probably
have to do something else on top of this for any problems this causes.


Index: hash_fwd.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/functional/hash_fwd.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- hash_fwd.hpp        27 May 2007 09:07:08 -0000      1.5
+++ hash_fwd.hpp        27 May 2007 09:28:50 -0000      1.6
@@ -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__, < 0x0590)
+#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x551))
     template <class T> inline std::size_t hash_range(T*, T*);
     template <class T> inline void hash_range(std::size_t&, T*, T*);
 #endif


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to