?? 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 + -