Boost C++ Libraries: Ticket #4761: Add cbegin and cend members to array https://svn.boost.org/trac10/ticket/4761 <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4761 Trac 1.4.3 Marshall Clow Tue, 19 Oct 2010 19:55:11 GMT status changed; owner set https://svn.boost.org/trac10/ticket/4761#comment:1 https://svn.boost.org/trac10/ticket/4761#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Marshall Clow</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Marshall Clow Wed, 20 Oct 2010 14:41:49 GMT type changed https://svn.boost.org/trac10/ticket/4761#comment:2 https://svn.boost.org/trac10/ticket/4761#comment:2 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Feature Requests</span> </li> </ul> <p> I think that this is more accurately described as a feature request. That being said - I'm looking into it. </p> Ticket viboes Sat, 27 Nov 2010 16:19:23 GMT component changed https://svn.boost.org/trac10/ticket/4761#comment:3 https://svn.boost.org/trac10/ticket/4761#comment:3 <ul> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">array</span> </li> </ul> Ticket Marshall Clow Tue, 28 Dec 2010 18:39:27 GMT <link>https://svn.boost.org/trac10/ticket/4761#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4761#comment:4</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/67478" title="Added cbegin and cend to Boost.Array; refs #4761. Will close ticket ...">[67478]</a>) Added cbegin and cend to Boost.Array; refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4761" title="#4761: Feature Requests: Add cbegin and cend members to array (closed: fixed)">#4761</a>. Will close ticket when merged to release branch </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Thu, 13 Jan 2011 15:49:13 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4761#comment:5 https://svn.boost.org/trac10/ticket/4761#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/68100" title="Merging changes to release; fixes #4761">[68100]</a>) Merging changes to release; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4761" title="#4761: Feature Requests: Add cbegin and cend members to array (closed: fixed)">#4761</a> </p> Ticket