j
k
j a
j l
AMDG Hicham Mouline wrote:
const R* r_; *r_ = rhs; There is no operator= for variant<> it seems?
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
Back to the thread
Back to the list