[cfe-dev] clang++ c++0x and std::move

mercurio7891 littlekid87 at gmail.com
Sat Mar 19 03:23:02 PDT 2011


hi, I have tried with both and both libc++ or libstdc++(using my own written
move func) causes clang to emit and error "there is no matching function
call to rvalueFunc()" and "there is no known conversion from int to int&&
for 1st argument".

I am not sure but perhaps the usage of libc++ or libstdc++ wouldn't affect
much, as probably this is related to the interpretation and parsing of
rvalues by the clang compiler.

regards
Dontino

--
View this message in context: http://clang-developers.42468.n3.nabble.com/clang-c-0x-and-std-move-tp2701280p2701660.html
Sent from the Clang Developers mailing list archive at Nabble.com.



More information about the cfe-dev mailing list