⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 13478.c

📁 linux下编程用 编译软件
💻 C
字号:
// { dg-do assemble  }// 981203 bkoz// g++/13478  class A {};class AData {};typedef void (A::* hand) (void);struct hand_table {  const int data1;  const hand data2;};class Agent : public A {public:  enum { first = 1, last };protected:  static const hand_table table_1[];  static const AData 	  table_2;private:  void foo (void);};const hand_table Agent::table_1[] = {   {0,     &Agent::table_2},   {first, &Agent::foo},   {last,  &(hand)Agent::foo} // { dg-error "" } no match}; // { dg-error "" } cannot convert

⌨️ 快捷键说明

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