📄 explarg1.c
字号:
// { dg-do run }// Bug: g++ generates an error trying to generate the first foo<int>, when// it should silently fail and go on to the next one.template<class T, typename U> class A { };template<class T> voidfoo(const A<T,typename T::N>&);template<typename T>class B { };template<typename T> voidfoo(B<T> const &) { }intmain(void){ B<int> sa; foo<int> (sa);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -