Boost C++ Libraries: Ticket #8457: Boost.Fusion - inclusion of <boost/fusion/iterator.hpp> fails to compile with msvc 11 https://svn.boost.org/trac10/ticket/8457 <p> the error pops up in &lt;boost/fusion/iterator/iterator_adapter.hpp&gt; - result_of::advance, result_of::distance, result_of::value_of, result_of::deref seem to be undefined; inclusion of &lt;boost/fusion/iterator/advance.hpp&gt;, &lt;boost/fusion/iterator/distance.hpp&gt;, &lt;boost/fusion/iterator/value_of.hpp&gt;, &lt;boost/fusion/iterator/deref.hpp&gt; prior to inclusion of &lt;boost/fusion/iterator.hpp&gt; helps to resolve the issue. </p> <p> is the problem in invalid order of includes in &lt;boost/fusion/iterator.hpp&gt; (inclusion of &lt;boost/fusion/iterator/iterator_adapter.hpp&gt; should be placed at the end) or in the lack of apropriate includes in &lt;boost/fusion/iterator/iterator_adapter.hpp&gt;? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8457 Trac 1.4.3 Joel de Guzman Sun, 21 Apr 2013 13:58:59 GMT <link>https://svn.boost.org/trac10/ticket/8457#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8457#comment:1</guid> <description> <p> If you have a patch, I'd be happy to apply it. I do not have MSVC 11. </p> </description> <category>Ticket</category> </item> <item> <author>John Fletcher <J.P.Fletcher@…></author> <pubDate>Thu, 06 Nov 2014 07:15:45 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8457#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8457#comment:2</guid> <description> <p> The problem is not specific to MSVC 11. The solution is to add the missing headers listed to &lt;boost/fusion/iterator/iterator_adapter.hpp&gt; so that it compiles on its own. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Joel de Guzman</dc:creator> <pubDate>Sat, 08 Nov 2014 23:28:46 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/8457#comment:3 https://svn.boost.org/trac10/ticket/8457#comment:3 <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> Ticket