代码搜索:Contributed

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

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

c two-stage4.c

// Contributed by Douglas Gregor template struct wrap {}; template bool& operator==(wrap, wrap); template void g(T, wrap
www.eeworm.com/read/162614/5517418

c hidden-temp-class5.c

// Copyright (C) 2005 Free Software Foundation // Contributed by Kriang Lerdsuwanakij // { dg-do compile } class A { template friend class B; }; template
www.eeworm.com/read/162614/5517422

c hidden-temp-class3.c

// Copyright (C) 2005 Free Software Foundation // Contributed by Kriang Lerdsuwanakij // { dg-do compile } class A { template friend class B; template
www.eeworm.com/read/162614/5517426

c hidden-temp-class6.c

// Copyright (C) 2005 Free Software Foundation // Contributed by Kriang Lerdsuwanakij // { dg-do compile } class B; namespace N { class A { template f
www.eeworm.com/read/162614/5517428

c koenig4.c

// { dg-do compile } // Copyright (C) 2004 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 5 Oct 2004 // Origin: Wolfgang Bangerth //
www.eeworm.com/read/162614/5517429

c friend3.c

// Copyright (C) 2004 Free Software Foundation // Contributed by Kriang Lerdsuwanakij // { dg-do compile } // Friend name lookup in class defined outside its namespac
www.eeworm.com/read/162614/5517433

c hidden-temp-class8.c

// Copyright (C) 2005 Free Software Foundation // Contributed by Kriang Lerdsuwanakij // { dg-do compile } class A { template friend class B; }; class C
www.eeworm.com/read/162614/5517452

c friend4.c

// Copyright (C) 2004 Free Software Foundation // Contributed by Kriang Lerdsuwanakij // { dg-do compile } // Friend name lookup in class defined outside its namespac
www.eeworm.com/read/162614/5517456

c hidden-class9.c

// Copyright (C) 2005 Free Software Foundation // Contributed by Kriang Lerdsuwanakij // { dg-do compile } namespace N { class A { friend class B; }; } using
www.eeworm.com/read/162614/5517462

c hidden-temp-class9.c

// Copyright (C) 2005 Free Software Foundation // Contributed by Kriang Lerdsuwanakij // { dg-do compile } class A { friend class B; }; class C { template