Re: [Boost-users] boost::variant construction,assignment
9 Oct
2008
9 Oct
'08
5:20 p.m.
Thank you. I apologize, one often fails to grasp the obvious, regards,
----- Original Message ----- From: "Steven Watanabe"
To: boost-users@lists.boost.org Subject: Re: [Boost-users] boost::variant construction,assignment Date: Thu, 09 Oct 2008 10:06:05 -0700 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
5881
Age (days ago)
5881
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hicham Mouline