📄 disamb1.c
字号:
// PR c++/525// Bug: With -pedantic, we weren't converting this to B1* for the call.struct A{ void f();};struct B1: public A {};struct B2: public A {};struct C: public B1, public B2{ void g() { B1::f(); };};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -