$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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