Re: [C++-sig] pybindgen: allow_subclassing option causing reference parameters to be copied?

2009-07-02 Thread J. Michael Owen
I pulled down your bazaar branch and merged it with my own changes (I need to use the container methods, inplace numeric operators, and numeric operators with built in python types, so I have to keep using my changes for now), and now reference parameters are working just fine. Great! S

[C++-sig] Boost.Python and Boost.Any

2009-07-02 Thread Kamal Mansouri
Hello, I am currently working on a way to convert boost::any to/from Python/C++. So far the idea is that for any C++ type T exported to Python via Boost.Python, you also register a function that converts an instance of boost::any storing a value of type T to Python as well. In other words, if y