用于进行gcc测试
源代码在线查看: dr161.c
// { dg-do compile } // Origin: Giovanni Bajo // DR161: Access to protected nested type namespace N1 { struct A { protected: typedef int type; }; struct B : public A { void test(void) { A::type t; } friend void ftest(void) { A::type t; } }; } namespace N2 { template struct A { protected: typedef int type; }; template struct B : public A { void test(B b) { typename A::type t; } friend void ftest(B b) { typename A::type t; } }; template struct B; }
|
相关资源 |
|
-
用于进行gcc测试
-
一份教辅软件 可用于进行apm的测试
对apm的提高有很大帮助
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于AIC功能测试
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于CAN功能测试
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于PMC功能测试
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于PWM功能测试
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于RII功能测试
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于SPI功能测试
|