$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] compilation problem and a couple ofboost::variant questions
From: Larry Evans (cppljevans_at_[hidden])
Date: 2012-07-11 21:06:17
On 07/11/12 16:24, Petros wrote:
> Thank you Larry,
> tried it out with the same error messages.
> All the Best,
> Petros
>
But what about the shadowing? I'm uncertain what
you're intentions are for:
template < typename _V>
explicit VariantT( _V const & v )
:variant_type(v)
{}
so you'll have to provide the correction.
-regards,
Larry