?? non-dependent7.c
字號(hào):
// { dg-do compile }// Origin: Giovanni Bajo <giovannibajo@libero.it>// PR c++/13092: ICE taking address of member which is non-dependentstruct S{ int i;};template<int S::*p>struct X{};template <class T>struct Foo{ X<&S::i> x;};template struct Foo<void>;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -