Skip to content

Commit 8738cac

Browse files
committed
[range.take.while.overview] Highlight use of ranges::begin
1 parent 75436ee commit 8738cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5170,7 +5170,7 @@
51705170
\pnum
51715171
Given a unary predicate \tcode{pred} and a \libconcept{view} \tcode{r},
51725172
\tcode{take_while_view} produces a \libconcept{view}
5173-
of the range \range{begin(r)}{ranges::find_if_not(r, pred)}.
5173+
of the range \range{ranges::be\-gin(r)}{ranges::find_if_not(r, pred)}.
51745174

51755175
\indexlibraryglobal{take_while}%
51765176
\pnum

0 commit comments

Comments
 (0)