Issues
- 2
- 2
iota_view<W,Bound>'s sentinel and iterator do no satisfy SizedSentinel when SizedSentinel<Bound,I> is satisfied
#613 opened by ericniebler - 3
range to proxy values can't be sorted
#642 opened by ichernev - 4
Add range_size_t
#630 opened by cjdb - 1
Unsafe views that are actually safe
#640 opened by JohelEGP - 1
Class split_view::outer_iterator::value_type should inherit from view_interface
#626 opened by ericniebler - 0
A join_view of safe_ranges should be able to model more than just input_range
#641 opened by JohelEGP - 2
LWG3280 and range adaptors
#639 opened by JohelEGP - 0
Should indirectly_readable require common_reference_with<iter_reference_t<T>&&, const iter_value_t<T>&>?
#638 opened by CaseyCarter - 3
- 4
Fix transform_view::iterator::iterator_category when iter_reference_t is not an lvalue ref
#637 opened by morinmorin - 0
- 1
join_view::iterator::operator* requires the inner iterator to have a const-qualified operator*
#595 opened by ericniebler - 3
shared_ptr<int>& is not Readable
#594 opened by ericniebler - 1
iota_view::iterator has wrong iterator category
#636 opened by ericniebler - 0
- 3
ranges::size is not required to be valid after a call to ranges::begin on an input range
#607 opened by ericniebler - 6
ViewableRange seems to be overconstrained
#623 opened by CaseyCarter - 0
ranges::to should handle converting range of ranges to container of containers
#627 opened by ericniebler - 1
counted_iterator doing an unneccessary increment
#634 opened by ericniebler - 15
Relation, IndirectRelation, and IndirectlyComparable are largely meaningless
#610 opened by CaseyCarter - 3
Consider turning ITER_CONCEPT into an associated trait
#633 opened by cjdb - 7
- 13
- 1
iota_view< W, unreachable_sentinel_t >::end() should return unreachable_sentinel_t
#615 opened by ericniebler - 1
- 1
- 1
- 1
Another look at integral and floating_point
#631 opened by cjdb - 0
Rename `basic_istream_view` to `istream_view`
#632 opened by cjdb - 0
- 2
- 1
Fix prose description of ConvertibleTo in light of guaranteed copy elision
#618 opened by ericniebler - 3
- 1
- 1
Should advance and distance be generalized to work with any WeaklyIncrementable type?
#617 opened by ericniebler - 0
RandomAccessIterator semantic constraints accidentally promote difference type using unary negate
#622 opened by ericniebler - 2
- 0
- 0
split_view should support bidirectional iteration
#620 opened by CaseyCarter - 5
Is join the best name for what it does?
#609 opened by ericniebler - 0
- 0
split_view is missing a base() member
#608 opened by ericniebler - 1
- 0
join_view is missing a base() member
#605 opened by ericniebler - 3
`join_view::begin() const` is ill-formed if Range<const V> is not satisfied
#603 opened by ericniebler - 0
Exposition-only has-arrow concept is ill-formed
#602 opened by ericniebler - 0
- 7
subrange: must end be reachable from begin?
#597 opened by ericniebler - 0
With Ranges deep-integration, basic_iterator's mixin design is no longer necessary
#596 opened by ericniebler