代码搜索:contributed
找到约 10,000 项符合「contributed」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5519093
c qualttp8.c
// Copyright (C) 2001 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
template class C {
};
template
www.eeworm.com/read/162614/5519113
c init-list.c
// Contributed by Gabriel Dos Reis
// { dg-do compile }
template
struct Base {
Base(int) { }
};
template
struct Derived : Base {
Derived();
};
www.eeworm.com/read/162614/5519147
c ntp1.c
// { dg-do compile }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 26 Dec 2001
// PR 35. We were default promoting template PARM_DEC
www.eeworm.com/read/162614/5519156
c ttp7.c
// { dg-do compile }
// Contributed by Andrew Pinski
// PR c++/13810: ICE while parsing invalid default argument for a
// template template parameter.
struct X;
te
www.eeworm.com/read/162614/5519160
c explicit3.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 27 Jul 2003
// Failed to spot specialization using a template-id
www.eeworm.com/read/162614/5519206
c qualttp4.c
// Copyright (C) 2001 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
struct A
{
template struct B {};
};
template
www.eeworm.com/read/162614/5519214
c overload7.c
// { dg-do run }
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 17 Oct 2005
// PR 24386:Wrong virtual function called
// Origin: Sco
www.eeworm.com/read/162614/5519216
c ref2.c
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 7 Jan 2005
// PR 19298: Rejects legal
// Origin: Andrew Pinski
s
www.eeworm.com/read/162614/5519223
c memfriend14.c
// { dg-do compile }
// Copyright (C) 2004 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// Nested class template of class template as friend
temp
www.eeworm.com/read/162614/5519251
c memfriend13.c
// { dg-do compile }
// Copyright (C) 2004 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// Nested class template of class template as friend
temp