]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/detail/call_traits.hpp
update boost to version 1.48
[lyx.git] / boost / boost / detail / call_traits.hpp
index 54d441c5699c930ed0de5a4b85308ab2e3839a20..6ad646ec60b9c07f56ddd927fcd85afda62b4c48 100644 (file)
@@ -92,7 +92,7 @@ struct call_traits<T&>
    typedef T& param_type;  // hh removed const
 };
 
-#if BOOST_WORKAROUND( __BORLANDC__,  BOOST_TESTED_AT( 0x581 ) )
+#if BOOST_WORKAROUND( __BORLANDC__,  < 0x5A0 )
 // these are illegal specialisations; cv-qualifies applied to
 // references have no effect according to [8.3.2p1],
 // C++ Builder requires them though as it treats cv-qualified