]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/aligned_storage.hpp
* lib/doc/Makefile.am:
[lyx.git] / boost / boost / aligned_storage.hpp
index 9ab94a083552318b159393fadfbc81d2498c6fb4..cfaf7877a1551cbf1b804935c123bfc3538bf3ba 100644 (file)
@@ -121,7 +121,7 @@ public: // accessors
         return this;
     }
 
-#if !BOOST_WORKAROUND(BOOST_MSVC, <= 1200)
+#if !BOOST_WORKAROUND(BOOST_MSVC, < 1300)
 
     const void* address() const
     {
@@ -136,7 +136,7 @@ public: // accessors
 
 };
 
-#if BOOST_WORKAROUND(BOOST_MSVC, <= 1200)
+#if BOOST_WORKAROUND(BOOST_MSVC, < 1300)
 
 // MSVC6 seems not to like inline functions with const void* returns, so we
 // declare the following here: