代码搜索:Contributed
找到约 10,000 项符合「Contributed」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5519024
c memfriend9.c
// { dg-do compile }
// Copyright (C) 2004 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// Nested class of class template as friend
template
www.eeworm.com/read/162614/5519028
c qualttp15.c
// Copyright (C) 2001 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
struct A
{
template class B {};
};
template
www.eeworm.com/read/162614/5519036
c explicit5.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/5519038
c non-dependent12.c
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 8 Mar 2005
// PR 20186: ICE
// Origin: Jan Dvorak
template
www.eeworm.com/read/162614/5519039
c memfriend1.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// Member function of class template as friend
template
www.eeworm.com/read/162614/5519052
c spec21.c
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 31 Mar 2005
// { dg-do run }
// DR214
template T f(int) {return 0;}
template
www.eeworm.com/read/162614/5519056
c qualttp3.c
// Copyright (C) 2001 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
struct A
{
template class B {};
};
tem
www.eeworm.com/read/162614/5519070
c unify4.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 28 Jan 2003
// PR 9437. We'd unify 'T *' with 'U C::*', which is
www.eeworm.com/read/162614/5519080
c memfriend10.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/5519090
c ttp8.c
// { dg-do compile }
// Contributed by: Niall Douglas
// PR c++/14284: Failure to select specialization
template struct S;
template