
13 Dec
2007
13 Dec
'07
7:55 p.m.
As of today, I cannot use ptr_vector because it fails to compile on Visual Studio 2005. Below is the error I'm getting: boost\ptr_container\ptr_sequence_adapter.hpp(146) : error C2039: 'clone_allocator_type' : is not a member of 'boost::ptr_container_detail::reversible_ptr_container<Config,CloneAllocator>' My declaration is as follows: class Object; boost::ptr_vector<Object> m_objects;