Boost C++ Libraries: Ticket #4875: typo in example in mpl::list documentation https://svn.boost.org/trac10/ticket/4875 <p> In <a href="http://www.boost.org/doc/libs/1_45_0/libs/mpl/doc/refmanual/list.html">http://www.boost.org/doc/libs/1_45_0/libs/mpl/doc/refmanual/list.html</a>, </p> <p> typedef list&lt;float,double,long double&gt; floats; typedef push_front&lt;floating_types,int&gt;::type types; </p> <p> should be: </p> <p> typedef list&lt;float,double,long double&gt; floats; typedef push_front&lt;floats,int&gt;::type types; </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4875 Trac 1.4.3 viboes Sat, 27 Nov 2010 14:27:24 GMT owner, component changed https://svn.boost.org/trac10/ticket/4875#comment:1 https://svn.boost.org/trac10/ticket/4875#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Aleksey Gurtovoy</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">mpl</span> </li> </ul> Ticket Steven Watanabe Wed, 08 Dec 2010 17:22:00 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4875#comment:2 https://svn.boost.org/trac10/ticket/4875#comment:2 <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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/67105" title="Fix name in list example. Fixes #4875.">[67105]</a>) Fix name in list example. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4875" title="#4875: Bugs: typo in example in mpl::list documentation (closed: fixed)">#4875</a>. </p> Ticket