📄 template7.c
字号:
// { dg-do assemble }// Copyright (C) 1999, 2000 Free Software Foundation// by Alexandre Oliva <oliva@lsd.ic.unicamp.br>// simplified from bug report by Paul Burchard <burchard@pobox.com>template<class> struct A {};template<template<class> class T> struct B { B() { T<B>(); // { dg-bogus "" } conversion from int to non-scalar }};B<A> foo;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -