📄 nontype5.c
字号:
// { dg-do compile }// Origin: Ivan Godard <igodard@pacbell.net>// Volker Reichelt <reichelt@gcc.gnu.org>// PR c++/13797: ICE invalid nontype template parametertemplate <int> struct A{ typedef A<0> B; template <B> struct C {}; // { dg-error "not a valid type" }};A<0> a; // { dg-error "instantiated" }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -