Opened 12 years ago

Closed 12 years ago

#4761 closed Feature Requests (fixed)

Add cbegin and cend members to array

Reported by: David Sankel <camior@…> Owned by: Marshall Clow
Milestone: To Be Determined Component: array
Version: Boost 1.44.0 Severity: Problem
Keywords: Cc:

Description

Subject says it all. cbegin and cend are like begin and end except they return constant iterators. This is important, and I'm hesitatingly calling this a bug, due to C++-0x's similar methods on other containers.

Change History (5)

comment:1 by Marshall Clow, 12 years ago

Owner: set to Marshall Clow
Status: newassigned

comment:2 by Marshall Clow, 12 years ago

Type: BugsFeature Requests

I think that this is more accurately described as a feature request. That being said - I'm looking into it.

comment:3 by viboes, 12 years ago

Component: Nonearray

comment:4 by Marshall Clow, 12 years ago

(In [67478]) Added cbegin and cend to Boost.Array; refs #4761. Will close ticket when merged to release branch

comment:5 by Marshall Clow, 12 years ago

Resolution: fixed
Status: assignedclosed

(In [68100]) Merging changes to release; fixes #4761

Note: See TracTickets for help on using tickets.