Boost logo

Boost Users :

From: Jim Wilson (yg-boost-users_at_[hidden])
Date: 2003-06-26 13:05:51


Pystitos,

Pyste digests foo.h:

        struct foo {
          static void bar(int);
          static int bar();
        };

under guidance from foo.pyste:

        Class("foo", "foo.h")

and silently yields foo.cpp devoid of any BOOST_PYTHON_MEMBER_OVERLOADS(...)
macros. Consequently, gcc begins whining "no matches can be found converting
function `bar' to type [..some incredibly complex C++ declaration that I'd never
be able to type in correctly, much less understand...]" and suggests the obvious
candidates.

What stupid thing am I overlooking?

Jim Wilson
Gainesville, FL


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net