Boost logo

Boost Users :

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net