
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-tp25278446p252... Sent from the Boost - Dev mailing list archive at Nabble.com.