From 774fd3decc572ba50b9b0ba26c22a3bc1ef131cd Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Thu, 25 Jul 2013 13:19:50 +0000 Subject: [PATCH] Get rid of Boost.Variant hand written non-usable move emulation and use Boost.Move instead (refs #7601). This commit does not make Boost.Variant use move emulated assignments in all situations, but at least removes duplicate/non-working code and makes sure that Boost.Variant is able to work with boost::move (one step closer to full support of rvalue references emulations). [SVN r85159] --- libs/variant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/variant b/libs/variant index 86165b88e3..f9d2d9f9d9 160000 --- a/libs/variant +++ b/libs/variant @@ -1 +1 @@ -Subproject commit 86165b88e374bc88877d4c1d920ddf25f246fc3d +Subproject commit f9d2d9f9d962e50e904f5b5018093682bd7bc094