$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Brian Ravnsgaard Riis (brian_at_[hidden])
Date: 2005-09-18 17:38:38
troy d. straszheim wrote:
> Serialization of tuple. This will come in handy when revamping
> serialization tests...
>
> http://svn.resophonic.com/pub/boost/boost/serialization/tuple.hpp
> http://svn.resophonic.com/pub/boost/libs/serialization/test/test_tuple.cpp
Very nice. I wrote a quick tuple-serialization header some time ago, but
it was based on template specializations, using Boost.Preprocessor. This
looks more clean.
-- /Brian Riis