
Thorsten Ottosen skrev:
From: Thorsten Ottosen [mailto:thorsten.ottosen@dezide.com]
Is it not posssible to turn this feature into a debugging aid, rather than something that is enabled by default? I'm thinking that the cost of the current strategy very much out-weights its benefits :-( .
*** that was my intention when I changed it from ERROR to WARNING.
Here's my error: d:\boost\trunk\boost/utility/serialize_auto_buffer.hpp(62) : error C2664: 'boost ::serialization::make_nvp' : cannot convert parameter 2 from 'unsigned int' to ' unsigned int &' Produced by this line: ar << boost::serialization::make_nvp( "count", c.capacity() ); Why do I need to store the object locally first? I'm using visual C++ 9 SP1. -Thorsten