id summary reporter owner description type status milestone component version severity resolution keywords cc 3350 Warning 4512 in Fusion struct_iterator MSVC Paul A. Bristow Joel de Guzman "I am still getting a very long Warning 4512 in Fusion struct_iterator using MSVC (using trunk updated 18 Aug). Added a warning suppression quiets this for building the distribution explorer in Boost.math +#if defined (BOOST_MSVC) +# pragma warning(push) +# pragma warning (disable: 4512) // assignment operator could not be generated. +#endif + + #include ... Patch attached. Thanks." Bugs closed Boost 1.41.0 fusion Boost Development Trunk Problem fixed fusion warning