Boost C++ Libraries: Ticket #4029: Please document that the MPL -> Fusion adapter also works the other way https://svn.boost.org/trac10/ticket/4029 <p> Forwarded from <a class="ext-link" href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574670"><span class="icon">​</span>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574670</a>: </p> <p> In the section "mpl sequence", the Fusion documentation states that: </p> <blockquote> <p> Including the module header makes all MPL sequences fully conforming fusion sequences. </p> </blockquote> <p> In fact, it works the other way around as well, turning Fusion sequences into MPL sequences. Even something as simple as adding "... and all fusion sequences fully conforming MPL sequences" would have saved me some effort trying to find out how to do this. </p> <p> Daniel Burrows </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4029 Trac 1.4.3 Joel de Guzman Wed, 09 Apr 2014 02:11:38 GMT <link>https://svn.boost.org/trac10/ticket/4029#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4029#comment:1</guid> <description> <p> Fusion sequences are always conforming mpl sequences. Anyway, if you can give me a github pull-request, i'd patch it in. (<a class="ext-link" href="https://github.com/boostorg/fusion"><span class="icon">​</span>https://github.com/boostorg/fusion</a>) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Kohei Takahashi</dc:creator> <pubDate>Fri, 06 Jul 2018 02:25:18 GMT</pubDate> <title>status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/4029#comment:2 https://svn.boost.org/trac10/ticket/4029#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> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.43.0</span> → <span class="trac-field-new">Boost 1.68.0</span> </li> </ul> <p> It is already described in here, <a class="ext-link" href="https://www.boost.org/doc/libs/1_67_0/libs/fusion/doc/html/fusion/adapted.html"><span class="icon">​</span>https://www.boost.org/doc/libs/1_67_0/libs/fusion/doc/html/fusion/adapted.html</a> . However, it is not friendly for newbie (they may look mpl sequence section directly). So I moved the paragraph to mpl sequence section. </p> <p> <a class="ext-link" href="https://github.com/boostorg/fusion/commit/561890429ba2881fb87fe152c07df8b6a13c6e32"><span class="icon">​</span>https://github.com/boostorg/fusion/commit/561890429ba2881fb87fe152c07df8b6a13c6e32</a> </p> Ticket