Opened 12 years ago
Closed 12 years ago
#4761 closed Feature Requests (fixed)
Add cbegin and cend members to array
Reported by: | 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 , 12 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
Type: | Bugs → Feature Requests |
---|
comment:3 by , 12 years ago
Component: | None → array |
---|
comment:4 by , 12 years ago
comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
I think that this is more accurately described as a feature request. That being said - I'm looking into it.