Boost C++ Libraries: Ticket #6499: [move][doc] missing at() document https://svn.boost.org/trac10/ticket/6499 <p> missing operator[]() and at() document. </p> <pre class="wiki">Requires: size() &lt; n. </pre><p> should be: </p> <pre class="wiki">Requires: size() &gt; n. </pre><p> target class:deque, stable_vector, basic_string, vector </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6499 Trac 1.4.3 Akira Takahashi <faithandbrave@…> Tue, 31 Jan 2012 08:26:30 GMT <link>https://svn.boost.org/trac10/ticket/6499#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6499#comment:1</guid> <description> <p> and, Throwing document in "const_reference stable_vector::at() const" </p> <pre class="wiki">Throws: Nothing. </pre><p> should be: </p> <pre class="wiki">Throws: std::range_error if n &gt;= size() </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Ion Gaztañaga</dc:creator> <pubDate>Wed, 01 Feb 2012 08:33:27 GMT</pubDate> <title>component changed https://svn.boost.org/trac10/ticket/6499#comment:2 https://svn.boost.org/trac10/ticket/6499#comment:2 <ul> <li><strong>component</strong> <span class="trac-field-old">move</span> → <span class="trac-field-new">container</span> </li> </ul> Ticket Ion Gaztañaga Wed, 01 Feb 2012 22:13:52 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6499#comment:3 https://svn.boost.org/trac10/ticket/6499#comment:3 <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> Fixed in trunk and release branches. At revision: 76829 </p> Ticket