]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/boost/boost/variant/static_visitor.hpp
Update to boost 1.72
[lyx.git] / 3rdparty / boost / boost / variant / static_visitor.hpp
index d1fc47e272578132abc1b7cc085d90324f150983..98d3d92defd4087897665c0d9a02f73f6c775e20 100644 (file)
@@ -50,10 +50,8 @@ public: // typedefs
 protected: // for use as base class only
 #if !defined(BOOST_NO_CXX11_DEFAULTED_FUNCTIONS) && !defined(BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS)
     static_visitor() = default;
-    ~static_visitor() = default;
 #else
     static_visitor()  BOOST_NOEXCEPT { }
-    ~static_visitor()  BOOST_NOEXCEPT { }
 #endif
 };