[C++-sig] inheriting and overloading

Marco Correia mvc at di.fct.unl.pt
Fri Apr 8 17:10:00 CEST 2005


hi,

I'm using an overload to a base class member:

class Base 
{
	void something() {}
};

class Derived : public Base
{
	void something(int i) {}
};

I don't get error by building this with boost::bython, but in python I'm not 
able to use the Base::something member.

Is this a known issue? Should I post here a test case?

thanks
Marco
-- 
Marco Correia <mvc at di.fct.unl.pt>



More information about the Cplusplus-sig mailing list