?? context.c
字號:
// { dg-do assemble }// PRMS Id: 3988// Bug: DECL_CONTEXT of A::B gets clobbered in pushdecl when defining A::foo().#pragma implementation "context.h"#line 1 "context.h"#pragma interfacetemplate <class T>struct A { inline void foo () { } class B { };};struct C : public A<int> { void bar (C::B&);};#line 2 "context.C"void C::bar (C::B& b) { }
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -