Searched refs:__copy_aux (Results 1 – 2 of 2) sorted by relevance
/external/stlport/stlport/stl/ |
D | _algobase.h | 273 inline _OutputIter __copy_aux(_InputIter __first, _InputIter __last, _OutputIter __result, in __copy_aux() function 281 inline _OutputIter __copy_aux(_InputIter __first, _InputIter __last, _OutputIter __result, in __copy_aux() function 293 …return _STLP_PRIV __copy_aux(__first, __last, __result, _BothPtrType< _InputIter, _OutputIter>::_A… in copy()
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 7592 * _vector.h : fixed bug in assign() : copy used instead of __copy_aux (Thanks Tim Finer) 7964 * _vector.h:284 : __copy call fixed to be __copy_aux (thanks to Alex Vanic)
|