?? vtable2.c
字號(hào):
// Use a small template instantiation depth to speed up testing // { dg-options "-ftemplate-depth-5" }// { dg-do compile }// Origin: rullo.pat@tiscalinet.it// Nathanael Nerode <neroden@gcc.gnu.org>// Wolfgang Bangerth <bangerth@dealii.org>// PR c++/6749: Infinite loop generating vtable.template <class T> struct inner {};template <class T> struct parent { virtual void f() // { dg-error "instantiation depth" } { parent<inner<T> > p; };};template struct parent<int>;
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -