|
template<class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator< _Tp >) >
Definition at line 1060 of file _deque.h. {
if (__nodes_to_add + 1 > this->_M_map_size._M_data - (this->_M_finish._M_node - this->_M_map._M_data))
_M_reallocate_map(__nodes_to_add, false);
}
|