代码搜索:overloading
找到约 1,176 项符合「overloading」的源代码
代码结果 1,176
www.eeworm.com/read/222917/4816207
phpt overload01.phpt
--TEST--
Function overloading test 1
--SKIPIF--
www.eeworm.com/read/190666/5173663
c ttp55.c
// Build don't link:
// Testing overloading of function argument involving template template
// parameters
// Reported by Thomus Kunert
template
class H{};
t
www.eeworm.com/read/190666/5175251
c p710.c
// Build don't link:
// GROUPS passed delete
/*
Bug Id:
PRMS Id: p0000710
Bug is : overloading operator delete in class def not allowed
*/
/*
In addition to this bug, the compiler permits o
www.eeworm.com/read/190666/5175495
c warning4.c
// Bug: a virtual function with the same name in an unrelated class will
// cause a bogus overloading warning.
// Special g++ Options: -Woverloaded-virtual
// Build don't link:
struct A {
virtual v
www.eeworm.com/read/190666/5175870
c tempover.c
// Build don't link:
// GROUPS passed templates overloading
#define TEMPL template
class B {};
TEMPL class A : virtual public B {
public:
A(int);
};
TEMPL A::A(int){}
A
www.eeworm.com/read/340665/3274320
c ttp55.c
// Build don't link:
// Testing overloading of function argument involving template template
// parameters
// Reported by Thomus Kunert
template
class H{};
t
www.eeworm.com/read/340665/3275906
c p710.c
// Build don't link:
// GROUPS passed delete
/*
Bug Id:
PRMS Id: p0000710
Bug is : overloading operator delete in class def not allowed
*/
/*
In addition to this bug, the compiler permits o
www.eeworm.com/read/340665/3276149
c warning4.c
// Bug: a virtual function with the same name in an unrelated class will
// cause a bogus overloading warning.
// Special g++ Options: -Woverloaded-virtual
// Build don't link:
struct A {
virtual v
www.eeworm.com/read/340665/3276524
c tempover.c
// Build don't link:
// GROUPS passed templates overloading
#define TEMPL template
class B {};
TEMPL class A : virtual public B {
public:
A(int);
};
TEMPL A::A(int){}
A
www.eeworm.com/read/440906/1775952
c ttp55.c
// Build don't link:
// Testing overloading of function argument involving template template
// parameters
// Reported by Thomus Kunert
template
class H{};
t