Skip to content

Commit

Permalink
[flat.set.modifiers] (first, last) should be rg (#6246)
Browse files Browse the repository at this point in the history
Restore consistency with [flat.map.modifiers]/13, which already uses `ranges::distance(rg)`.
  • Loading branch information
Quuxplusone authored May 9, 2023
1 parent f8f5b8b commit 02545c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16955,7 +16955,7 @@
\pnum
\complexity
$N$ + $M \log M$, where $N$ is \tcode{size()} before the operation and $M$
is \tcode{distance(first, last)}.
is \tcode{ranges::distance(rg)}.

\pnum
\remarks
Expand Down

0 comments on commit 02545c7

Please sign in to comment.