Re: [C++-sig] Problems with boost tuples to python conversion

2010-03-28 Thread Roman Yakovenko
On Sun, Mar 28, 2010 at 4:53 AM, Maciej Sitarz > So that would be a big problem, because that's a C++ API for a library which > isn't developed by me. > Maybe you know how the pyogre developers handled this situation? The > tuple.hpp is from theirs repo, but I didn't manage to investigate how did

[C++-sig] custom r-value converters

2010-03-28 Thread Nathan Stewart
I have to interface with a custom string class. In my handwritten code, I had the example from http://www.boost.org/doc/libs/1_42_0/libs/python/doc/v2/faq.html#custom_stringworking. I'm working with an custom string class. Actually they have a String_mgr class which derives from a String_val, and