diff --git a/include/boost/operators.hpp b/include/boost/operators.hpp index 8144c7c..482a25a 100644 --- a/include/boost/operators.hpp +++ b/include/boost/operators.hpp @@ -69,6 +69,10 @@ #pragma set woff 1234 #endif +#if defined(BOOST_MSVC) +# pragma warning( disable : 4284 ) // complaint about return type of +#endif // operator-> not begin a UDT + namespace boost { namespace detail {