[C++-sig] Overloading member function problem

Stefan Seefeld seefeld at sympatico.ca
Fri Aug 15 15:12:38 CEST 2008


Simon Pickles wrote:
>
>
> 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? :)
class_<boost::format> format("format");

HTH,
       Stefan


-- 

      ...ich hab' noch einen Koffer in Berlin...




More information about the Cplusplus-sig mailing list