Subject: Re: [boost] several messages
From: John Maddock (boost.regex_at_[hidden])
Date: 2012-08-05 13:13:58


> I believe Marc is correct. You must be able to destruct *and* assign-to a
> moved-from object.

Just checked the std and you're both correct.

OK I'll have to rethink, and make sure everything other than arithmetic is
supported for moved-from types.

John.