
22 May
2006
22 May
'06
11:41 a.m.
Hi, Using CVS HEAD with VC8 fails when writing out an empty std::vector as T* get_data(STD::vector<T,Allocator>& v) attempts to access element 0. Looks to me as if the optimized versions of save() and load() for std::vector in vector.hpp should be checking the vector size first. Regards, Richard.