We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d23b38 commit 4e22857Copy full SHA for 4e22857
source/ranges.tex
@@ -6383,7 +6383,7 @@
6383
class elements_view<V, N>::@\exposid{iterator}@ { // \expos
6384
using @\exposid{Base}@ = @\exposid{maybe-const}@<Const, V>; // \expos
6385
6386
- iterator_t<@\exposid{Base}@> @\exposid{current_}@ = iterator_t<@\exposid{Base}@>(); // \expos
+ iterator_t<@\exposid{Base}@> @\exposid{current_}@ = iterator_t<@\exposid{Base}@>(); // \expos
6387
6388
static constexpr decltype(auto) @\exposid{get-element}@(const iterator_t<@\exposid{Base}@>& i); // \expos
6389
0 commit comments