Boost C++ Libraries: Ticket #1901: Missing documentation for mpl::for_each in the MPL library https://svn.boost.org/trac10/ticket/1901 <p> The documentation for mpl::for_each is missing from the Boost reference documentation. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1901 Trac 1.4.3 Marshall Clow Wed, 21 May 2008 14:52:46 GMT component changed; owner set https://svn.boost.org/trac10/ticket/1901#comment:1 https://svn.boost.org/trac10/ticket/1901#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Douglas Gregor</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">mpl</span> </li> </ul> Ticket Douglas Gregor Wed, 21 May 2008 17:34:09 GMT owner, component changed https://svn.boost.org/trac10/ticket/1901#comment:2 https://svn.boost.org/trac10/ticket/1901#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Douglas Gregor</span> to <span class="trac-author">Aleksey Gurtovoy</span> </li> <li><strong>component</strong> <span class="trac-field-old">mpl</span> → <span class="trac-field-new">mpi</span> </li> </ul> Ticket Douglas Gregor Wed, 21 May 2008 17:34:45 GMT component changed https://svn.boost.org/trac10/ticket/1901#comment:3 https://svn.boost.org/trac10/ticket/1901#comment:3 <ul> <li><strong>component</strong> <span class="trac-field-old">mpi</span> → <span class="trac-field-new">mpl</span> </li> </ul> Ticket Aleksey Gurtovoy Sat, 21 Jun 2008 03:10:50 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1901#comment:4 https://svn.boost.org/trac10/ticket/1901#comment:4 <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> The 'for_each' algorithm has been, in fact, documented (<a href="http://www.boost.org/doc/libs/1_35_0/libs/mpl/doc/refmanual/for-each.html">http://www.boost.org/doc/libs/1_35_0/libs/mpl/doc/refmanual/for-each.html</a>), but the corresponding PDF version of the reference manual was never regenerated. </p> <p> I'm opening a separate ticket for this (<a class="new ticket" href="https://svn.boost.org/trac10/ticket/2031" title="#2031: Bugs: PDF version of MPL reference manual is out-of-date (new)">#2031</a>) and closing this one. </p> Ticket