Skip to content

Commit 94f5067

Browse files
committed
[range.sized] Fix misapplication of P1724R0: "non-array object" ->
"program-defined".
1 parent 1335e42 commit 94f5067

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
@@ -897,7 +897,7 @@
897897
\remarks
898898
Pursuant to \ref{namespace.std},
899899
users may specialize \tcode{disable_sized_range}
900-
for cv-unqualified non-array object types.
900+
for cv-unqualified program-defined types.
901901
Such specializations shall
902902
be usable in constant expressions\iref{expr.const} and
903903
have type \tcode{const bool}.

0 commit comments

Comments
 (0)