Support for boost version less then 1.54 -- disbale move in config union 32/31832/4
authorMateusz Malicki <m.malicki2@samsung.com>
Wed, 10 Dec 2014 17:24:32 +0000 (18:24 +0100)
committerJan Olszak <j.olszak@samsung.com>
Fri, 12 Dec 2014 16:13:00 +0000 (08:13 -0800)
commit683b44bd6dc9cce82d8bba32e2988225ce52ddbe
treeba53e54580a084fe10fa9a91fc9b0078a4962618
parentd8fedce7b248e5d57038882889354c617a08ab85
Support for boost version less then 1.54 -- disbale move in config union

[Bug/Feature]   Boost < 1.54 doesn't support rvalues in boost::any, better rvalues tests
[Cause]         ConfigUnionTest doesn't pass if compiled with boost 1.51
[Solution]      Changes in libConfig; Disable moving in union
[Verification]  Build, install, run tests

Change-Id: I3bb6af655fa9393bfab66d535705fa252ecf6174
tests/unit_tests/config/ut-configuration.cpp