Boost C++ Libraries: Ticket #9540: std.test: ambiguity std::pair vs. std::tuple https://svn.boost.org/trac10/ticket/9540 <p> Seen with multiple compilers which support C++11's newly introduced std::tuple. Rather than pulling just the required entities from namespace 'std', the full namespace is pulled in instead. </p> <p> For example, vc11 fails like this: </p> <pre class="wiki">std.cpp std.cpp(154) : error C2872: 'tuple' : ambiguous symbol could be 'std.cpp(78) : std::pair&lt;_Ty1,_Ty2&gt; tuple' with [ _Ty1=std::string, _Ty2=int ] or 'VC\INCLUDE\utility(73) : std::tuple' </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9540 Trac 1.4.3 dani@… Wed, 01 Jan 2014 17:30:08 GMT <link>https://svn.boost.org/trac10/ticket/9540#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9540#comment:1</guid> <description> <p> Proposed fix: pull request <a class="ext-link" href="https://github.com/boostorg/assign/pull/2"><span class="icon">​</span>https://github.com/boostorg/assign/pull/2</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>James E. King, III</dc:creator> <pubDate>Mon, 08 Oct 2018 02:31:14 GMT</pubDate> <title>owner changed https://svn.boost.org/trac10/ticket/9540#comment:2 https://svn.boost.org/trac10/ticket/9540#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Thorsten Ottosen</span> to <span class="trac-author">James E. King, III</span> </li> </ul> Ticket James E. King, III Mon, 08 Oct 2018 02:31:20 GMT status changed https://svn.boost.org/trac10/ticket/9540#comment:3 https://svn.boost.org/trac10/ticket/9540#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket James E. King, III Mon, 08 Oct 2018 02:37:25 GMT <link>https://svn.boost.org/trac10/ticket/9540#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9540#comment:4</guid> <description> <p> <a class="ext-link" href="https://github.com/boostorg/assign/pull/21"><span class="icon">​</span>https://github.com/boostorg/assign/pull/21</a> </p> <p> The source repo/branch in PR <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2" title="#2: Bugs: list::size should be const (closed: fixed)">#2</a> is no longer available. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>James E. King, III</dc:creator> <pubDate>Fri, 12 Oct 2018 12:41:18 GMT</pubDate> <title>status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/9540#comment:5 https://svn.boost.org/trac10/ticket/9540#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</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">To Be Determined</span> → <span class="trac-field-new">Boost 1.69</span> </li> </ul> Ticket