Boost C++ Libraries: Ticket #8269: [documentation] missing info about iterators of flat_set/flat_map https://svn.boost.org/trac10/ticket/8269 <p> it doesn't say anywhere in the documentation that the iterator of a flat_map is random access, which is important, as a constant time std::distance(begin(),it) can be used as an index into another vector which has the same order but different values. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8269 Trac 1.4.3 Ion Gaztañaga Sat, 10 Aug 2013 22:58:28 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8269#comment:1 https://svn.boost.org/trac10/ticket/8269#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</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/85297" title="Fixes #8269">[85297]</a>) Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8269" title="#8269: Bugs: [documentation] missing info about iterators of flat_set/flat_map (closed: fixed)">#8269</a> </p> Ticket