Skip to content

Commit 4e22857

Browse files
committed
[range.elements.iterator] Fix indentation of \expos in synopsis
1 parent 4d23b38 commit 4e22857

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
@@ -6383,7 +6383,7 @@
63836383
class elements_view<V, N>::@\exposid{iterator}@ { // \expos
63846384
using @\exposid{Base}@ = @\exposid{maybe-const}@<Const, V>; // \expos
63856385

6386-
iterator_t<@\exposid{Base}@> @\exposid{current_}@ = iterator_t<@\exposid{Base}@>(); // \expos
6386+
iterator_t<@\exposid{Base}@> @\exposid{current_}@ = iterator_t<@\exposid{Base}@>(); // \expos
63876387

63886388
static constexpr decltype(auto) @\exposid{get-element}@(const iterator_t<@\exposid{Base}@>& i); // \expos
63896389

0 commit comments

Comments
 (0)