Why isn't the move constructior being called?

后端 未结 0 1405
清歌不尽
清歌不尽 2021-02-01 04:55

\'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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题