Boost C++ Libraries: Ticket #4755: fusion::map conflict with mpl https://svn.boost.org/trac10/ticket/4755 <p> G++ 4.4.3 is reporting conflicts in boost/fusion/container/map/detail/deref_data_impl.hpp between boost::fusion::deref and boost:mpl::deref, and in boost/fusion/container/map/detail/deref_impl.hpp between boost::fusion::at and boost::mpl::at. </p> <p> Looks like this is the same issue as was found by Christophe Henry in fusion::set back on 6/9/2010. Attached a patch to add qualifiers to the offending calls. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4755 Trac 1.4.3 ssiloti@… Tue, 19 Oct 2010 02:12:06 GMT attachment set https://svn.boost.org/trac10/ticket/4755 https://svn.boost.org/trac10/ticket/4755 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">fusion-map-qualify-deref-at.patch</span> </li> </ul> <p> Add qualifiers to calls to fusion::deref and fusion::at </p> Ticket viboes Sat, 27 Nov 2010 16:32:25 GMT <link>https://svn.boost.org/trac10/ticket/4755#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4755#comment:1</guid> <description> <p> Could you show the errors, please? </p> </description> <category>Ticket</category> </item> <item> <author>Gabriel Redner <gredner@…></author> <pubDate>Tue, 14 Jun 2011 20:42:02 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/4755 https://svn.boost.org/trac10/ticket/4755 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">main.cpp</span> </li> </ul> <p> Self-contained .cpp file which reproduces the problem. </p> Ticket Gabriel Redner <gredner@…> Tue, 14 Jun 2011 20:42:37 GMT attachment set https://svn.boost.org/trac10/ticket/4755 https://svn.boost.org/trac10/ticket/4755 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">error</span> </li> </ul> <p> Error produced by g++ 4.4.5 when compiling the previously attached .cpp file </p> Ticket Gabriel Redner <gredner@…> Tue, 14 Jun 2011 20:46:24 GMT <link>https://svn.boost.org/trac10/ticket/4755#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4755#comment:2</guid> <description> <p> I have been bitten by the same problem. It is present both in boost 1.46.1 and on trunk. I can confirm that the fix in the previously-attached patch fixes the problem for me (though I ended up implementing it myself before I discovered this ticket). </p> <p> Is it possible to have someone commit the patch before someone else ends up wasting time tracking this down again? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Joel de Guzman</dc:creator> <pubDate>Tue, 14 Jun 2011 22:59:48 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4755#comment:3 https://svn.boost.org/trac10/ticket/4755#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> <p> Patched trunk. Closing this one. </p> Ticket