
29 Aug
2011
29 Aug
'11
11:22 a.m.
El 29/08/2011 12:45, Daniel James escribió:
Hi Ion,
Clang pretends to be gcc 4.2, but in c++0x mode has the correct c++0x rvalue reference rules introduced in gcc 4.5, so move is incorrectly configured. The attached patch fixes that. Only tested with llvm clang 2.9..
Committed. Thanks! Ion