+++ I:/boost_trunk/boost/fusion/adapted/struct/struct_iterator.hpp Tue Aug 18 12:32:27 2009 @@ -8,6 +8,13 @@ #if !defined(FUSION_STRUCT_ITERATOR_APRIL_2_2007_1008AM) #define FUSION_STRUCT_ITERATOR_APRIL_2_2007_1008AM + +#if defined (BOOST_MSVC) +# pragma warning(push) +# pragma warning (disable: 4512) // assignment operator could not be generated. +#endif + + #include #include #include @@ -98,6 +105,11 @@ }; }} + +#if defined (BOOST_MSVC) +# pragma warning(pop) #endif +#endif +