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 1cda1f9 commit f3ddcf7Copy full SHA for f3ddcf7
source/ranges.tex
@@ -14472,8 +14472,8 @@
14472
using iterator_concept = @\seebelow@;
14473
using value_type = tuple<range_value_t<@\exposid{maybe-const}@<Const, First>>,
14474
range_value_t<@\exposid{maybe-const}@<Const, Vs>>...>;
14475
- using reference = tuple<reference_t<@\exposid{maybe-const}@<Const, First>>,
14476
- reference_t<@\exposid{maybe-const}@<Const, Vs>>...>;
+ using reference = tuple<range_reference_t<@\exposid{maybe-const}@<Const, First>>,
+ range_reference_t<@\exposid{maybe-const}@<Const, Vs>>...>;
14477
using difference_type = @\seebelow@;
14478
14479
@\exposid{iterator}@() requires @\libconcept{forward_range}@<@\exposid{maybe-const}@<Const, First>> = default;
0 commit comments