[C++-sig] Overloading member function problem

Simon Pickles sipickles at hotmail.com
Fri Aug 15 14:09:37 CEST 2008




Stefan Seefeld wrote:
> Simon Pickles wrote:
>>
>> How come I am getting these errors:
>>
>> /boost/python/class.hpp:536: error: no matching function for call to
>> ‘get_signature(void (CLog::**&)(const std::string&), CLog*)’
>> /boost/python/class.hpp:536: error: no matching function for call to
>> ‘get_signature(void (CLog::**&)(const std::string&), CLog*)’
>
> While boost.python knows (defines) how to convert std::string, it 
> doesn't seem to know about boost::format. Try wrapping boost::format 
> first, 

What does 'wrapping' mean? :)

As in BOOST_PYTHON_MODULE wrapping?
> then your overload should be resolvable.
>
> HTH,
>       Stefan
>

-- 
Linux Counter: User# 424693 



_________________________________________________________________
Make a mini you on Windows Live Messenger!
http://clk.atdmt.com/UKM/go/107571437/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20080815/a3cc07bc/attachment.htm>


More information about the Cplusplus-sig mailing list