]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/ref.hpp
complie fix
[lyx.git] / boost / boost / ref.hpp
index 60a834b70de498d1f0b4f2e3cacd67423748ed25..a8d996c99619000caa3600b198a6f1a1d6ee07d3 100644 (file)
@@ -52,7 +52,7 @@ private:
     T* t_;
 };
 
-# if defined(__BORLANDC__) && (__BORLANDC__ <= 0x560)
+# if defined(__BORLANDC__) && (__BORLANDC__ <= 0x570)
 #  define BOOST_REF_CONST
 # else
 #  define BOOST_REF_CONST const