Opened 10 years ago

Closed 9 years ago

#8341 closed Bugs (fixed)

has_range_iterator< const T > should check range_const_iterator

Reported by: Arno Schoedl <aschoedl@…> 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)

has_range_iterator.hpp.patch (825 bytes ) - added by Arno Schoedl <aschoedl@…> 10 years ago.

Download all attachments as: .zip

Change History (3)

by Arno Schoedl <aschoedl@…>, 10 years ago

comment:1 by Neil Groves, 9 years ago

Thank you Arno. I have applied the patch to the trunk.

comment:2 by Neil Groves, 9 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.