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
It's a bit unclear to me which constant complexity requirements are referenced here. This could refer to std::ranges::begin/std::ranges::end having amortized constant complexity, but might also fall under [iterator.requirements.general] p13 which is a general requirement towards iterators.
Activity
Eisenwave commentedon Mar 1, 2024
It's a bit unclear to me which constant complexity requirements are referenced here. This could refer to
std::ranges::begin
/std::ranges::end
having amortized constant complexity, but might also fall under [iterator.requirements.general] p13 which is a general requirement towards iterators.