Skip to content

Commit 3974bc1

Browse files
JohelEGPjensmaurer
authored andcommitted
[range.elements.iterator] Add missing \expos comment (#3609)
1 parent 6e769c3 commit 3974bc1

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
@@ -6188,7 +6188,7 @@
61886188
template<class V, size_t N>
61896189
template<bool Const>
61906190
class elements_view<V, N>::@\exposid{iterator}@ { // \expos
6191-
using @\exposid{base-t}@ = conditional_t<Const, const V, V>;
6191+
using @\exposid{base-t}@ = conditional_t<Const, const V, V>; // \expos
61926192
friend @\exposid{iterator}@<!Const>;
61936193

61946194
iterator_t<@\exposid{base-t}@> @\exposid{current_}@;

0 commit comments

Comments
 (0)