[C++-sig] Overloading member function problem

Simon Pickles sipickles at hotmail.com
Fri Aug 15 17:13:19 CEST 2008




>
>
> Looks to me like OP just forgot to pass a type argument to class_<>
>
>> class_("logInterface")
>> .def("Log", &LogS)
>> .def("Log", &LogF)
Apologies.

Code actually reads:

class_("logInterface")
.def("Log", &LogS)
.def("Log", &LogF)
>
>
>

-- 
Linux Counter: User# 424693 



_________________________________________________________________
Win a voice over part with Kung Fu Panda & Live Search   and   100’s of Kung Fu Panda prizes to win with Live Search
http://clk.atdmt.com/UKM/go/107571439/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20080815/48443ca1/attachment.htm>


More information about the Cplusplus-sig mailing list