$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Adrien Hernot (amh_at_[hidden])
Date: 2000-12-11 11:13:05
Hi!
I have a problem exporting a method with py_cpp.
It's a compilation error.
If I take the 'simple example' of the manual
(http://people.ne.mediaone.net/abrahams/dowloads/example1.html),
and add the function:
void set(const float f) { ; }
to the class 'world', the compilation do not work anymore.
error: 'return_value' : none of the 2 overloads can convert....
If I remove the 'const' keyword, it works ok.
Additionaly, is there more documentation of py_cpp than
the manual cited before ??
Thanks
Adrien