Boost C++ Libraries: Ticket #594: Doc typo for boost::extent https://svn.boost.org/trac10/ticket/594 <pre class="wiki">The first example provided in the documentation of boost::extent reads extent&lt;int[1]&gt; inherits from integral_constant&lt;std::size_t, 0&gt;. should be instead: extent&lt;int[1]&gt; inherits from integral_constant&lt;std::size_t, 1&gt;. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/594 Trac 1.4.3 John Maddock Sat, 15 Apr 2006 16:18:30 GMT status changed https://svn.boost.org/trac10/ticket/594#comment:1 https://svn.boost.org/trac10/ticket/594#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=14804 Quite right, well spotted, now fixed in cvs. John Maddock. </pre> Ticket