(13/02/14 5:57), Ion Gaztañaga wrote:> El 13/02/2013 6:36, luke escribió:
>> As deleting the copy constructor fixes the issue (i.e. test(test const&)
>> =delete;), would it be at all possible for
>> BOOST_MOVABLE_BUT_NOT_COPYABLE to do the same for compilers that support
>> the syntax?
>
> Thanks for reporting it. It's already done. See:
>
> https://svn.boost.org/trac/boost/ticket/7969
>
> If you can confirm the issue is fixed in trunk, I'll close the bug.
>
> Best,
>
> Ion
Ah I guess I should have checked there first,
sorry!
http://svn.boost.org/svn/boost/trunk/boost/move/core.hpp works perfectly for me, thanks.
Luke