why copy constructure called but not move constructure in c++11?

前端 未结 0 1677
独厮守ぢ
独厮守ぢ 2020-12-14 10:27

this is the c++ test i do int gcc, i thought move constructure would be called, but not

class MyTest
{
public:
    MyTest() {}
             


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