
3 Jan
2012
3 Jan
'12
10:05 a.m.
I guess that the standard library doesn't provides this function even if the compiler provides rvalue references.
The code should test for a macro that states if std::forward is available. Please could someone help on this issue?
Are you saying we consider this compiler supporting rvalue references even though it does not have std::forward? I would say that they are part of the same deal. Or am I missing some include?
btw, the boost.heap testsuite currently fails on gcc-4.3/c++0x, because the compiler supports rvalue references, but the library does not implement vector::emplace_back ... tim