$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mikolai Fajer (mfajer_at_[hidden])
Date: 2001-06-29 04:02:00
When I try to expose a member function which takes in two "std::string&" I recieve an error C2665: 'from_python'.
I have successfully passed "const std::string&", and am unsure about what I am doing wrong, if anything.
Thanks.
-Mikolai-