Boost C++ Libraries: Ticket #8303: [documentation] size() returns difference type https://svn.boost.org/trac10/ticket/8303 <p> according to the documentation boost range size() returns difference_type, not size_type. this seems to have been a bug in the code as well (older version of boost, in the 1.4x range), but was fixed since then in 1.53. not in the documentation of 1.53. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8303 Trac 1.4.3 Neil Groves Tue, 04 Mar 2014 12:55:54 GMT status changed https://svn.boost.org/trac10/ticket/8303#comment:1 https://svn.boost.org/trac10/ticket/8303#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Edited the synopsis.qbk and committed to the develop branch. This change also is updated to show that size(Rng) no longer requires a <a class="missing wiki">RandomAccessRange</a>. </p> Ticket Neil Groves Tue, 04 Mar 2014 13:05:25 GMT version changed https://svn.boost.org/trac10/ticket/8303#comment:2 https://svn.boost.org/trac10/ticket/8303#comment:2 <ul> <li><strong>version</strong> <span class="trac-field-old">Boost 1.53.0</span> → <span class="trac-field-new">Boost 1.56.0</span> </li> </ul> Ticket Neil Groves Tue, 04 Mar 2014 13:06:00 GMT milestone changed https://svn.boost.org/trac10/ticket/8303#comment:3 https://svn.boost.org/trac10/ticket/8303#comment:3 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.56.0</span> </li> </ul> Ticket Neil Groves Tue, 04 Mar 2014 13:57:05 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8303#comment:4 https://svn.boost.org/trac10/ticket/8303#comment:4 <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> mfc_map.hpp </p> Ticket