?? tredecl.c
字號:
// { dg-do assemble }// Bug: Foo<Bar> *p semi-instantiates Foo<Bar> in local scope, so// when Foo<Bar> f tries to instantiate it later, it only finds the partial// instantiation from before.//// No PR; distilled from James Clark's SGML project.//class Bar { };template<class T> class Foo;Foo<Bar> *p;template<class T> class Foo { };Foo<Bar> f; // { dg-bogus "" } hosed binding levels
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -