diff --git a/include/boost/bind/storage.hpp b/include/boost/bind/storage.hpp index 298707f..5ed60bb 100644 --- a/include/boost/bind/storage.hpp +++ b/include/boost/bind/storage.hpp @@ -24,6 +24,11 @@ #include #include +#ifdef BOOST_MSVC +# pragma warning(push) +# pragma warning(disable: 4512) // assignment operator could not be generated +#endif + namespace boost { @@ -277,4 +282,9 @@ template