A weird issue about converting a reference type to another by using operator reinterpret_cast

后端 未结 0 1955
#include 
int main(){
  int& rf = reinterpret_cast((int&&)1);
}

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