]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/iterator/detail/enable_if.hpp
Don't allow newline characters in document settings.
[lyx.git] / boost / boost / iterator / detail / enable_if.hpp
index 45428a5bb24bb49e62218136a5eaa64bc2a3c9db..0fd36fc4bc3a2e2e6abef93f494d441469656908 100644 (file)
@@ -72,7 +72,7 @@ namespace boost
       : mpl::identity<Return>
 # endif 
     {
-# if BOOST_WORKAROUND(BOOST_MSVC, <= 1200)
+# if BOOST_WORKAROUND(BOOST_MSVC, < 1300)
         typedef Return type;
 # endif 
     };