
16 Sep
2007
16 Sep
'07
9:54 a.m.
Ralf W. Grosse-Kunstleve wrote:
The simple patch below works around the problem. I've also tested with with VC 8.0. Is this OK to commit?
Thanks very much for your commitment! :-) FYI, I just added the same patch to the destructor of the other base class of value_initialized (const_T_base), because that one caused an ICE as well. http://svn.boost.org/trac/boost/browser/trunk/boost/utility/value_init.hpp?r... And I added a unit test for this particular issue: test<NonPOD *>( 0, &NonPOD_object ) ; http://svn.boost.org/trac/boost/browser/trunk/libs/utility/value_init_test.c... Kind regards, Niels