Boost C++ Libraries: Ticket #931: DoIterator adaptor documentation missing https://svn.boost.org/trac10/ticket/931 <pre class="wiki">The documentation for the iterator adaptor library nowhere specifies the complete requirements for the policies class. All it does is give a rough verbal description and an example of one particular policies class. There needs to be full documentation of the Policies concept for this library, similar to the documentation for the STL concepts, e.g., list of expressions that must be valid (and for what types) and their effects. In particular, I cannot tell how general the advance() function must be. Does it need to be a template that accepts arbitrary unsigned integer types? Or can it just accept values of the Distance type? Similar questions arise for equal and less. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/931 Trac 1.4.3 david_abrahams Thu, 13 Oct 2005 20:46:20 GMT status changed https://svn.boost.org/trac10/ticket/931#comment:1 https://svn.boost.org/trac10/ticket/931#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=52572 The library no longer uses a policies class. </pre> Ticket