You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
miscco
changed the title
iterator concepts
Implement <ranges> concepts and update <iterator> to C++20
Apr 25, 2023
miscco
changed the title
Implement <ranges> concepts and update <iterator> to C++20
Implement iterator concepts and update <iterator> to C++20
Apr 25, 2023
miscco
changed the title
Implement iterator concepts and update <iterator> to C++20
[FEA]: Implement iterator concepts and update <iterator> to C++20
Jul 12, 2023
<ranges>
require a lot of machinery in place to work. This includes the various concepts, e.g.std::contiguous_iterator
but also iterator traits.As a first step of the
<ranges>
implementation we should implement those and update all the machinery in<iterators>
Tasks
iter_move
#206iter_swap
CPO #337permutable
concept #366identity
helper #382projected
helper #384indirectly_comparable
concept #444sortable
concept #470mergeable
concept #483move_sentinel
#495unreachable_sentinel
#505ranges::advance
#545ranges::next
#610The text was updated successfully, but these errors were encountered: