Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h884 using swap_ranges_result = in_in_result<_Iter1, _Iter2>; in _GLIBCXX_VISIBILITY() local
891 constexpr swap_ranges_result<_Iter1, _Iter2> in _GLIBCXX_VISIBILITY()
903 constexpr swap_ranges_result<borrowed_iterator_t<_Range1>, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h674 using swap_ranges_result = in_in_result<_Iter1, _Iter2>; in _GLIBCXX_VISIBILITY() local
681 constexpr swap_ranges_result<_Iter1, _Iter2> in _GLIBCXX_VISIBILITY()
693 constexpr swap_ranges_result<borrowed_iterator_t<_Range1>, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20207816 (swap_ranges_result): Change into an alias of in_in_result.