?? unify1.c
字號:
// Tests non-unification of parms that don't use template parms.// Build don't link:enum kind {a, b};class C { public: C () {} };template<class P>void f (P c, kind k) {}template<class P>void f (P c, P d, kind k) {}template void f (C c, C, kind k);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -