$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [boost-users][Variant] Sequence instantiation
From: Ryan McConnehey (mccorywork_at_[hidden])
Date: 2009-08-26 21:38:14
> Use the metafunction boost::make_variant_over.
Thanks, that was exactly what I was looking for. I probably wouldn't
have ever have found it since it wasn't in any of the examples.
Ryan