crash30.c

来自「Mac OS X 10.4.9 for x86 Source Code gcc」· C语言 代码 · 共 17 行

C
17
字号
// PR c++/19034template< bool C > struct B{};template<typename S> int foo();template<typename S> int foo1();template<typename T> struct bar : public B <(sizeof(foo<T>()) == 1)>{};template<typename T> struct bar1 : public B <(sizeof(foo1<T>()) == 1)>{};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?