📄 pmftemp.c
字号:
// { dg-do assemble }// PRMS Id: 4484 (bug 1)// Bug: g++ does not support templates involving method pointers.struct A { void f ();};template <class T> voidf (void (T::*p)()) // { dg-bogus "" } use of template parm as aggregate{ }void g (){ f (&A::f); // { dg-bogus "" } templates and method pointers}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -