Boost logo

Boost :

From: Neal D. Becker (ndbecker2_at_[hidden])
Date: 2004-11-12 07:34:27


George van den Driessche wrote:

[...]
> Yes. Now imagine that I've got some helper functions for use with
> Boost.Python's pickling suite. But I want to use them with a C++
> serialisation library. I'm going to have to factor a bunch of code out of
> those helper functions so that I can invoke them without using
> boost::python::tuple, and then write wrappers to use the factored-out code
> with the Boost.Python pickling suite. Instead, I want to write just the
> C++ serialisation code, and have that automatically wrapped up for use
> with Boost.Python pickling. It's a similar separation of layers.
>

Incidentally, I wrote about sharing boost c++ serialization with
boost.python pickling, and posted code demonstrating this. Nobody seemed
very interested.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk