
3 Sep
2009
3 Sep
'09
3:46 p.m.
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-tp25278446p252... Sent from the Boost - Dev mailing list archive at Nabble.com.