Skip to content

Commit 6e2b235

Browse files
authored
[format.range.fmtstr] Add ranges namespace qualifier (#5788)
The range concept is named outside of the `ranges` namespace.
1 parent 8404284 commit 6e2b235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16244,7 +16244,7 @@
1624416244
\begin{itemdescr}
1624516245
\pnum
1624616246
The type of \tcode{r} is \tcode{const R\&}
16247-
if \tcode{\libconcept{input_range}<const R>} is \tcode{true} and
16247+
if \tcode{ranges::\libconcept{input_range}<const R>} is \tcode{true} and
1624816248
\tcode{R\&} otherwise.
1624916249

1625016250
\pnum

0 commit comments

Comments
 (0)