]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/signals/signal_template.hpp
typos
[lyx.git] / boost / boost / signals / signal_template.hpp
index e4017ec8ae14f3f920bf71a1be55e6550d467906..a8420b691400cfb3b9f47ae43f829f7156896aa9 100644 (file)
@@ -210,7 +210,7 @@ namespace boost {
             BOOST_SIGNALS_NAMESPACE::connect_position at
               = BOOST_SIGNALS_NAMESPACE::at_back);
 
-#if BOOST_WORKAROUND(BOOST_MSVC, <= 0x1700)
+#if BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
     // MSVC 6.0 and 7.0 don't handle the is_convertible test well
     void disconnect(const group_type& group)
     {