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 91ab4b4 commit 7d88653Copy full SHA for 7d88653
source/ranges.tex
@@ -5397,7 +5397,6 @@
5397
requires @\libconcept{input_range}@<const V> &&
5398
is_reference_v<range_reference_t<const V>> {
5399
if constexpr (@\libconcept{forward_range}@<const V> &&
5400
- is_reference_v<range_reference_t<const V>> &&
5401
@\libconcept{forward_range}@<range_reference_t<const V>> &&
5402
@\libconcept{common_range}@<const V> &&
5403
@\libconcept{common_range}@<range_reference_t<const V>>)
0 commit comments