
29 Aug
2011
29 Aug
'11
10:45 a.m.
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.. Daniel

29 Aug
29 Aug
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
5037
Age (days ago)
5037
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel James
-
Ion Gaztañaga