Skip to content

Commit 347232d

Browse files
burblebeetkoeppe
authored andcommitted
[range.enumerate.sentinel] Move \expos comment to the right place
The comment was attached to the line of the definition of sentinel's class, but it should appear on the line of the declaration of its first constructor.
1 parent 4a40e4b commit 347232d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ranges.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9919,10 +9919,10 @@
99199919
template<@\libconcept{view}@ V>
99209920
requires @\exposconcept{range-with-movable-references}@<V>
99219921
template<bool Const>
9922-
class enumerate_view<V>::@\exposidnc{sentinel}@ { // \expos
9922+
class enumerate_view<V>::@\exposid{sentinel}@ {
99239923
using @\exposidnc{Base}@ = @\exposidnc{maybe-const}@<Const, V>; // \expos
99249924
sentinel_t<@\exposidnc{Base}@> @\exposidnc{end_}@ = sentinel_t<@\exposidnc{Base}@>(); // \expos
9925-
constexpr explicit @\exposid{sentinel}@(sentinel_t<@\exposid{Base}@> end);
9925+
constexpr explicit @\exposidnc{sentinel}@(sentinel_t<@\exposidnc{Base}@> end); // \expos
99269926

99279927
public:
99289928
@\exposid{sentinel}@() = default;

0 commit comments

Comments
 (0)