access8.c

来自「linux下编程用 编译软件」· C语言 代码 · 共 17 行

C
17
字号
// Copyright (C) 2003 Free Software Foundation// Contributed by Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>// { dg-do compile }// Template instantiate during deferred access checktemplate <class T> struct C {  typedef typename T::X Y;};class A {  typedef int X;  template <class T> friend struct C;};C<A>::Y f(int);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?