
14 Nov
2012
14 Nov
'12
11:46 a.m.
Are there any plans to add support for move constructors and assignment operators? I noticed that many Boost libraries miss that support. And it is especially "visible" in case of such utilities like boost::optional or boost::variant. Adam Badura

14 Nov
14 Nov
2:11 p.m.
2012/11/14 Adam Badura <abadura@o2.pl>:
I noticed that many Boost libraries miss that support. And it is especially "visible" in case of such utilities like boost::optional or boost::variant.
I'm working on rvalues support in Boost.Variant (and there are some patches already applied to trunk). Boost.Optional has a ticket for rvalues support https://svn.boost.org/trac/boost/ticket/1841 and looks like Boost.Optional's author already working on it. -- Best regards, Antony Polukhin
4594
Age (days ago)
4594
Last active (days ago)
1 comments
2 participants
participants (2)
-
Adam Badura
-
Antony Polukhin