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

📄 wdtor1.c

📁 linux下编程用 编译软件
💻 C
字号:
// PR c++/20145// { dg-options "-Wnon-virtual-dtor" }# 1 "t.cc"# 1 "<built-in>"# 1 "<command line>"# 1 "t.cc"# 1 "include/t.h" 1 3 4// Declare the template with explicit C++ linkage in case system// headers have implicit C linkage.extern "C++" {template <int> class t{  virtual void f();};}# 2 "t.cc" 2void f(void){  t<1> h;}

⌨️ 快捷键说明

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