Why is there different elision behaviour between static_cast and move in VS 2017

前端 未结 0 1855
自闭症患者
自闭症患者 2021-01-20 22:46

I am struggling to understand the different behavior shown between move and an rvalue cast

given:

template  void f1(T param) {  }

struc         


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