Boost C++ Libraries: Ticket #6023: Problem with tuples when using Visual Studio 2010 with _HAS_CPP0X=0 https://svn.boost.org/trac10/ticket/6023 <p> When doing so, you get this error: </p> <p> C:\extras_vc10\include\boost/math/tools/tuple.hpp(18) : error C2039: 'tuple' : is not a member of 'std' </p> <p> There is a problem with this header: boost/config/stdlib/dinkumware.hpp. It tests _HAS_TR1_IMPORTS only not to be defined, but in fact, it may be defined with value 0 and have the same effect: tr1::tuple will not be injected in std namespace. </p> <p> I attached a fix. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6023 Trac 1.4.3 Etienne Monette <etienne.monette@…> Thu, 13 Oct 2011 19:31:58 GMT attachment set https://svn.boost.org/trac10/ticket/6023 https://svn.boost.org/trac10/ticket/6023 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_config_stdlib_dinkumware.hpp.patch</span> </li> </ul> Ticket John Maddock Sat, 24 Dec 2011 16:35:37 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6023#comment:1 https://svn.boost.org/trac10/ticket/6023#comment:1 <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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/76134" title="Fix how _HAS_TR1_IMPORTS is tested. Fixes #6023.">[76134]</a>) Fix how _HAS_TR1_IMPORTS is tested. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6023" title="#6023: Bugs: Problem with tuples when using Visual Studio 2010 with _HAS_CPP0X=0 (closed: fixed)">#6023</a>. </p> Ticket