]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/boost/boost/signals2/detail/signal_template.hpp
Update to boost 1.72
[lyx.git] / 3rdparty / boost / boost / signals2 / detail / signal_template.hpp
index b92a143ade52e44c2132210d02a46a9bf581c1aa..c7fb25356239b60b1692d32c7833898f81ce4fb5 100644 (file)
@@ -658,7 +658,7 @@ namespace boost
       BOOST_SIGNALS2_SIGNAL_CLASS_NAME(BOOST_SIGNALS2_NUM_ARGS)(const combiner_type &combiner_arg = combiner_type(),
         const group_compare_type &group_compare = group_compare_type()):
         _pimpl(new impl_class(combiner_arg, group_compare))
-      {};
+      {}
       virtual ~BOOST_SIGNALS2_SIGNAL_CLASS_NAME(BOOST_SIGNALS2_NUM_ARGS)()
       {
       }
@@ -670,7 +670,7 @@ namespace boost
       {
         using std::swap;
         swap(_pimpl, other._pimpl);
-      };
+      }
       
       BOOST_SIGNALS2_SIGNAL_CLASS_NAME(BOOST_SIGNALS2_NUM_ARGS) & 
         operator=(BOOST_SIGNALS2_SIGNAL_CLASS_NAME(BOOST_SIGNALS2_NUM_ARGS) && rhs)