Xcode disable “unqualified call to ‘std::move’
I have a C++ file that uses std::move
a lot, and the code is a lot cleaner without having to qualify each use of std::move
with std::
. I added a using std::move
declaration to the top of the file, but Xcode is giving me this warning that I want to turn off: