Subject: [Boost-bugs] [Boost C++ Libraries] #6111: [unordered] graph regression tests failing on VC9 due to inclusion of <tr1/tuple>
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-11-10 12:36:47
#6111: [unordered] graph regression tests failing on VC9 due to inclusion of
<tr1/tuple>
---------------------------------------------------------+------------------
Reporter: Richard Webb <richard.webb@â¦> | Owner: danieljames
Type: Bugs | Status: new
Milestone: To Be Determined | Component: unordered
Version: Boost Release Branch | Severity: Problem
Keywords: |
---------------------------------------------------------+------------------
A few of the Graph regression tests are failing on VC9 due to
unordered/detail/emplace_args.hpp trying to include <tr1/tuple>, which is
a GCC specific header. e.g.
http://tinyurl.com/cp59fn7
VC9 puts its tr1::tuple implementation in <tuple>, so that should be
included rather than <tr1/tuple>.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6111> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC