$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Merrill Cornish (merrill.cornish_at_[hidden])
Date: 2005-11-23 23:33:54
If I have a boost::variant data member I want to serialize, it looks like
I'm going to have to use boost::static_visitor and boost::apply_visitor in
the serialize() method. However, there is some black magic going on
with the
ar & dataMember;
statements. Any pointers as to how I do it?
Merrill