\'StringSet d = std::move(a);\' is supposed to call a move constructor in my function, but Visual Studio keeps telling me it needs a copy constructor.
Here are my move co