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

Modified Files:
        hash.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.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/functional/hash/hash.hpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- hash.hpp    27 May 2007 09:07:09 -0000      1.37
+++ hash.hpp    27 May 2007 09:28:50 -0000      1.38
@@ -222,7 +222,7 @@
         }
     }
 
-#if BOOST_WORKAROUND(__BORLANDC__, < 0x0590)
+#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x551))
     template <class T>
     inline std::size_t hash_range(T* first, T* last)
     {


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