📄 pmf1.c
字号:
// PR c++/14089// { dg-do compile }//// C++ front end generated assignment between types that were not// compatible in any sense visible to the optimizers.struct pair { typedef void (pair::*fp)(); int first; pair::fp second; pair(const int& a, const pair::fp& b) : first(a), second(b) {} void f(const int& a, const pair::fp& b) { first = a; second = b; }};void op() { pair(5, pair::fp());}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -