Hello. I have a library which exposes the following function:
namespace ftr {
Player & getPlayer(int num);
}
and it's exposed to python by:
def("getPlayer", &ftr::getPlayer,
return_value_policy
Germán Diago wrote:
Any help here, please? I don't know why this should happen.
You're better off trying here: Python C++-Sig (for Boost.Python) : http://www.python.org/community/sigs/current/c++-sig/ The Python C++-sig is not strictly Boost-specific, but nearly all the traffic concerns Boost.Python. GMane provides NNTP access and Searchable Archives as well. There are also searchable archives at ASPN.
participants (2)
-
Germán Diago
-
John Reid