Home
last modified time | relevance | path

Searched refs:rest_it (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/
H A Dmerge_sort.hpp123 RandIt const rest_it = first + rest; in merge_sort() local
128 merge_sort_copy(first, half_it, rest_it, comp); in merge_sort()
131 , first, rest_it, last, antistable<Compare>(comp)); in merge_sort()