Boost C++ Libraries: Ticket #7441: boost:::bind ambiguity with std::tr1 (MSVS2008) https://svn.boost.org/trac10/ticket/7441 <p> Similar to <a class="changeset" href="https://svn.boost.org/trac10/changeset/3569" title="Said that media not implemented, but left references. ">[3569]</a> and <a class="changeset" href="https://svn.boost.org/trac10/changeset/3073" title="Corrected (sem_t*)-1 with SEM_FAILED. ">[3073]</a>. I couldn't access the test code at those tickets, so I don't know how similar this code is to theirs. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7441 Trac 1.4.3 Mike Cowperthwaite <michael.cowperthwaite@…> Fri, 28 Sep 2012 17:11:15 GMT attachment set https://svn.boost.org/trac10/ticket/7441 https://svn.boost.org/trac10/ticket/7441 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">t1.cpp</span> </li> </ul> Ticket viboes Mon, 22 Oct 2012 21:53:46 GMT cc set https://svn.boost.org/trac10/ticket/7441#comment:1 https://svn.boost.org/trac10/ticket/7441#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">viboes</span> added </li> </ul> <p> IMO, this code is requesting the ambiguity and the library can not do anything for you. </p> Ticket michael.cowperthwaite@… Mon, 22 Oct 2012 23:43:13 GMT <link>https://svn.boost.org/trac10/ticket/7441#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7441#comment:2</guid> <description> <p> You may be right, I don't claim C++ expertise; but I thought the global using declaration would provide the desired guidance. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Peter Dimov</dc:creator> <pubDate>Wed, 11 Dec 2013 17:22:56 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7441#comment:3 https://svn.boost.org/trac10/ticket/7441#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">invalid</span> </li> </ul> <p> Because 'a' is of type std::tr1::function, argument-dependent lookup (ADL) finds std::tr1::bind as well. </p> Ticket