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:46:39


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.

-- 
View this message in context: http://www.nabble.com/Failures-for-GCC-4.4.1-with-gnu%2B%2B0x-tp25278446p25278813.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