$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::variant construction,assignment
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-10-09 13:06:05
AMDG
Hicham Mouline wrote:
> const R* r_;
>
>
> *r_ = rhs;
>
>
> There is no operator= for variant<> it seems?
>
Sure there is, but only works for non-const variant<>s.
In Christ,
Steven Watanabe