Opened 10 years ago
Closed 9 years ago
#8341 closed Bugs (fixed)
has_range_iterator< const T > should check range_const_iterator
Reported by: | Owned by: | Neil Groves | |
---|---|---|---|
Milestone: | To Be Determined | Component: | range |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: |
Description
has_range_iterator<const T> checks the availability of range_mutable_iterator<const T>, while range_iterator<const T> accesses range_const_iterator<T>.
Attachments (1)
Change History (3)
by , 10 years ago
Attachment: | has_range_iterator.hpp.patch added |
---|
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thank you Arno. I have applied the patch to the trunk.