?? koenig1.c
字號:
// PR c++/9336// Bug: The first, invalid call to f caused us to crash on the second,// valid call.namespace N { template <class T> void f (T); struct A;}struct B;void g (){ B *bp; N::A *ap; f (bp); // { dg-error "not declared" } f (ap);}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -