Boost logo

Boost :

Subject: Re: [boost] Failures for GCC 4.4.1 with gnu++0x
From: Richard Webb (richard.webb_at_[hidden])
Date: 2009-09-03 11:58:44


Richard Webb wrote:
>
> The MPL failure is a problem in the for_each test itself.
> Theres a call to ... bind(&std::vector<int>::push_back... which seems to
> be failing because it doesn't know which push_back to call (the one that
> takes 'const int&' or the one that takes 'int&&').
>
> The same failure occurs in VC10.
>

The assign::list_inserter test has the same problem. I opened a ticket about
this failure on VC10 @ https://svn.boost.org/trac/boost/ticket/3073.

In addition, there are some failures in the assign/std test due to a
'typedef pair<string,int> tuple;', which is clashing with std::tuple.

-- 
View this message in context: http://www.nabble.com/Failures-for-GCC-4.4.1-with-gnu%2B%2B0x-tp25278446p25279039.html
Sent from the Boost - Dev mailing list archive at Nabble.com.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk