
1 Nov
2012
1 Nov
'12
6:08 p.m.
Le 01/11/12 18:57, Antony Polukhin a écrit :
Hi,
There is a patch in ticket #7620 that adds some rvalue assignment operators and rvalue constructors for Boost.Variant library.
I saw no activity from authors of Boost.Variant Eric Friedman and Itay Maman for a long time, so if there will be no objections, I'll commit patch to trunk in the middle of November.
Any suggestions and comments are welcomed.
Hi, I have not analyzed completely the patch but I see that Boost.Move is not used to emulate move semantics on C++98. Is there a deep reason to don't use it? Best, Vicente