memtemp36.c
来自「gcc3.2.1源代码」· C语言 代码 · 共 22 行
C
22 行
// Build don't link:// GROUPS passed templates membertemplatestemplate <class X>struct R{};template <class T>struct S{ template <class U> S(R<U> r);};void foo(){ R<int> r; S<char*> s(r);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?