id summary reporter owner description type status milestone component version severity resolution keywords cc 1500 [Spirit/Phoenix] C4512 Compiler warnings from VC8 Richard Webb Joel de Guzman "I have a project that uses Spirit/Phoenix, and when building in VC8Sp1 with warnings set to level 4, i get a lot of C4512 (assignment operator could not be generated) warnings from various Spirit and Phoenix header files. For example: {{{ e:\development\safemail32\external\boost\boost\spirit\phoenix\tuples.hpp(591) : warning C4512: 'phoenix::tuple' : assignment operator could not be generated }}} {{{ e:\development\safemail32\external\boost\boost\spirit\phoenix\primitives.hpp(217) : warning C4512: 'phoenix::variable' : assignment operator could not be generated }}} {{{ e:\development\safemail32\external\boost\boost\spirit\phoenix\actor.hpp(272) : warning C4512: 'phoenix::actor' : assignment operator could not be generated }}} {{{ e:\development\safemail32\external\boost\boost\spirit\phoenix\composite.hpp(286) : warning C4512: 'phoenix::composite' : assignment operator could not be generated }}} Is there any interest in silencing these?[[BR]] I could see about producing some patches if needed." Bugs closed To Be Determined spirit Boost Development Trunk Cosmetic fixed