$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2005-06-30 15:37:23
Try attaching it to your response.
Robert Ramey
Frank Birbacher wrote:
> Hi!
>
> I was working with an older version of boost which didn't have
> support for serializing variants. So I started to implement
> serialization of variants myself.
>
> When I looked into a newer version of boost I found
> serialization/variant.hpp . So I compared the boost version with
> mine. I found that I am missing some things, but I implemented the
> type lookup with a plain switch instead of repeating if-statements
> in a recursive function.
>
> I want to contribute my switch-code to boost but I don't know whom
> to email my code.
>
> Frank
>
> _______________________________________________
> Unsubscribe & other changes:
> http://listarchives.boost.org/mailman/listinfo.cgi/boost