Patch for stl_vector.h and vector.tcc.
Dhruv Matani
dhruvbird@gmx.net
Thu Feb 12 11:50:00 GMT 2004
Oops, forgot the change log.
--
-Dhruv Matani.
http://www.geocities.com/dhruvbird/
-------------- next part --------------
2004-02-12 Dhruv Matani <dhruvbird@gmx.net>
* bits/stl_deque.h: Created a _Deque_impl class and made the
allocator derive from this class instead of directly from the
deque class, which was not conformant. Changed all refereneces
to the _M_start, _M_finish, _M_map, and _M_map_size to
_M_impl.*.
(_Deque_base<_Tp,_Alloc>::~_Deque_base()): Added this->
qualification in 2 places where it was missing.
(_Deque_base<_Tp,_Alloc>::_M_initialize_map(size_t)): Same as
above.
* bits/deque.tcc: Same as above (changed all referneces to
the concerned variables).
More information about the Libstdc++
mailing list