]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/type_traits/add_pointer.hpp
update to boost 1.41.0
[lyx.git] / boost / boost / type_traits / add_pointer.hpp
index 308baf0fb71e4182a479a27ff01fd269ba288bf5..3e0e48189474057258c781b80f52c40e511ae821 100644 (file)
@@ -18,7 +18,7 @@ namespace boost {
 
 namespace detail {
 
-#if defined(__BORLANDC__) && (__BORLANDC__ < 0x600)
+#if defined(__BORLANDC__) && (__BORLANDC__ < 0x5A0)
 //
 // For some reason this implementation stops Borlands compiler
 // from dropping cv-qualifiers, it still fails with references