Boost C++ Libraries: Ticket #2691: typo in vector container concepts documentation https://svn.boost.org/trac10/ticket/2691 <p> In the second table of <a href="http://www.boost.org/doc/libs/1_37_0/libs/numeric/ublas/doc/container_concept.htm#vector">http://www.boost.org/doc/libs/1_37_0/libs/numeric/ublas/doc/container_concept.htm#vector</a>, the phrase: </p> <p> array_type&amp; if a is mutable </p> <p> should read: </p> <p> array_type&amp; if v is mutable </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2691 Trac 1.4.3 dougrm@… Wed, 28 Jan 2009 19:21:19 GMT <link>https://svn.boost.org/trac10/ticket/2691#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2691#comment:1</guid> <description> <p> Actually, the entire line of the table is messed up. Under "Type requirements", it says: </p> <p> v is mutable and Dense. </p> <p> Under "Return types" it says (with v replacing a): </p> <p> array_type&amp; if v is mutable, const array_type&amp; otherwise </p> <p> But v is required always to be mutable so the otherwise case makes no sense. The type requirement should be just that v is dense. </p> </description> <category>Ticket</category> </item> <item> <author>dougrm@…</author> <pubDate>Wed, 28 Jan 2009 19:25:51 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2691#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2691#comment:2</guid> <description> <p> The corresponding line in the matrix concepts table has the same problems. Here, a has to become m (not v). </p> </description> <category>Ticket</category> </item> <item> <author>dougrm@…</author> <pubDate>Wed, 28 Jan 2009 20:52:44 GMT</pubDate> <title>component changed; owner set https://svn.boost.org/trac10/ticket/2691#comment:3 https://svn.boost.org/trac10/ticket/2691#comment:3 <ul> <li><strong>owner</strong> set to <span class="trac-author">Matias Capeletto</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">Documentation</span> </li> </ul> Ticket Steven Watanabe Thu, 29 Jan 2009 19:27:46 GMT owner, component changed https://svn.boost.org/trac10/ticket/2691#comment:4 https://svn.boost.org/trac10/ticket/2691#comment:4 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Gunter</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">uBLAS</span> </li> </ul> Ticket Gunter Fri, 30 Jan 2009 21:19:39 GMT <link>https://svn.boost.org/trac10/ticket/2691#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2691#comment:5</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/50917" title="* see #2691 * fixed typos * need still some time to think about the ...">[50917]</a>) * see <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2691" title="#2691: Bugs: typo in vector container concepts documentation (closed: fixed)">#2691</a> </p> <ul><li>fixed typos </li></ul><ul><li>need still some time to think about the "is mutable" comment </li></ul> </description> <category>Ticket</category> </item> <item> <dc:creator>Gunter</dc:creator> <pubDate>Fri, 30 Jan 2009 21:25:10 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/2691#comment:6 https://svn.boost.org/trac10/ticket/2691#comment:6 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Gunter Mon, 09 Mar 2009 20:27:44 GMT milestone changed https://svn.boost.org/trac10/ticket/2691#comment:7 https://svn.boost.org/trac10/ticket/2691#comment:7 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.38.0</span> → <span class="trac-field-new">Boost 1.39.0</span> </li> </ul> <p> merged changes into release branch </p> Ticket Gunter Thu, 18 Jun 2009 07:58:21 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2691#comment:8 https://svn.boost.org/trac10/ticket/2691#comment:8 <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> The concepts for "immutable" and "mutable" classes will be handled in task <a class="new ticket" href="https://svn.boost.org/trac10/ticket/3188" title="#3188: Feature Requests: concepts for immutable types (new)">#3188</a>. </p> Ticket