Skip to content

Commit d5ba45d

Browse files
committed
[range.stride.iterator] Add missing \exposid
1 parent 8481edf commit d5ba45d

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
@@ -13760,7 +13760,7 @@
1376013760
using iterator_concept = @\seebelow@;
1376113761
using iterator_category = @\seebelow@; // not always present
1376213762

13763-
iterator() requires @\libconcept{default_initializable}@<iterator_t<@\exposid{Base}@>> = default;
13763+
@\exposid{iterator}@() requires @\libconcept{default_initializable}@<iterator_t<@\exposid{Base}@>> = default;
1376413764

1376513765
constexpr @\exposid{iterator}@(@\exposid{iterator}@<!Const> other)
1376613766
requires Const && @\libconcept{convertible_to}@<iterator_t<V>, iterator_t<@\exposid{Base}@>>

0 commit comments

Comments
 (0)