1 Aug
2012
1 Aug
'12
11:46 a.m.
on Wed Jul 11 2012, Ion Gaztañaga
El 10/07/2012 23:55, Jeffrey Lee Hellrung, Jr. escribió:
ADL doesn't really seem appropriate here, does it? Sounds like you intend to call std::move regardless of the arguments.
I agree. You should qualify std::move or "using std::move";.
The latter doesn't disable ADL; it just makes the std:: version visible without ADL. -- Dave Abrahams BoostPro Computing Software Development Training http://www.boostpro.com Clang/LLVM/EDG Compilers C++ Boost