Skip to content

Commit d4e685e

Browse files
authored
[range.prim.empty] Fix misapplication of P2091R0
Replace "Given a subexpression ranges::empty(E)" with the intended wording "Given a subexpression E".
1 parent cdb8ac9 commit d4e685e

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
@@ -792,7 +792,7 @@
792792
object\iref{customization.point.object}.
793793

794794
\pnum
795-
Given a subexpression \tcode{ranges::empty(E)} with type \tcode{T},
795+
Given a subexpression \tcode{E} with type \tcode{T},
796796
let \tcode{t} be an lvalue that denotes the reified object for \tcode{E}.
797797
Then:
798798

0 commit comments

Comments
 (0)