Boost C++ Libraries: Ticket #2265: boost::fusion tie and boost::tuple tie conflict https://svn.boost.org/trac10/ticket/2265 <p> When each of boost fusion and boost tuple is used, the compiler sees an ambiguous overload of boost::tie. The tie function resides in the boost namespace in each of the tuple and fusion libraries and they conflict with each other. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2265 Trac 1.4.3 anonymous Wed, 27 Aug 2008 23:26:30 GMT <link>https://svn.boost.org/trac10/ticket/2265#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2265#comment:1</guid> <description> <p> That's not correct. Fusion tie resides in boost::fusion, not in boost. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Wed, 09 Jun 2010 03:28:53 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/2265#comment:2 https://svn.boost.org/trac10/ticket/2265#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">invalid</span> </li> </ul> <p> If there's an ambiguity, qualify the call with either boost:: or boost::fusion::. </p> Ticket