?? crash16.c
字號(hào):
// { dg-do compile } // Origin: Alexander Stippler <stip@mathematik.uni-ulm.de>// PR c++/10079template <bool> struct A {};template <typename> struct B{ enum { e };};template <typename T> A<(B<T>::e && 0)> foo(T) {}template <typename T> void foo(B<T>) {}void bar(){ B<int> b; foo(b);}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -