代码搜索:contributed

找到约 10,000 项符合「contributed」的源代码

代码结果 10,000
www.eeworm.com/read/162614/5519046

c spec20.c

// Copyright (C) 2005 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 31 Mar 2005 // Origin: Giovanni Bajo // Bug 19203: Failure to
www.eeworm.com/read/162614/5519051

c friend3.c

// { dg-do compile } // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 28 Dec 2001 // PR 775 friend classes with qualified names inside
www.eeworm.com/read/162614/5519084

c using7.c

// { dg-do compile } // Copyright (C) 2003 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 1 Aug 2003 // PR 9447. Using decls in reopened template classes.
www.eeworm.com/read/162614/5519085

c overload6.c

// Copyright (C) 2005 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 12 Oct 2005 // PR 21592:ICE // Origin: Volker Reichelt templat
www.eeworm.com/read/162614/5519087

c qualttp11.c

// Copyright (C) 2001 Free Software Foundation // Contributed by Kriang Lerdsuwanakij // { dg-do link } struct A { template class B {}; }; template
www.eeworm.com/read/162614/5519121

c memtmpl2.c

// { dg-do compile } // Copyright (C) 2003 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 18 Sep 2003 // PR c++/12332. ICE template class TPL
www.eeworm.com/read/162614/5519138

c defarg3.c

// { dg-do compile } // Copyright (C) 2003 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 22 Jul 2003 // PR c++ 11596 template str
www.eeworm.com/read/162614/5519154

c partial-specialization.c

// Contributed by Gabriel Dos Reis // Origin: philippeb@videotron.ca // { dg-do compile } struct B { int i; }; template struct A; template
www.eeworm.com/read/162614/5519157

c qualttp14.c

// Copyright (C) 2001 Free Software Foundation // Contributed by Kriang Lerdsuwanakij // { dg-do link } struct A { template class B {}; }; template
www.eeworm.com/read/162614/5519165

c deduce1.c

// { dg-do run } // Copyright (C) 2002 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 13 Sep 2002 template int Foo (T const *) { return 1; }