$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [thread] Specific old move semantics usage
From: Marcel Raad (raad_at_[hidden])
Date: 2014-09-27 11:59:05
Vicente J. Botet Escriba <vicente.botet <at> wanadoo.fr> writes:
> Could I at least define by the default (even for BOOST_THREAD_VERSION 2) 
> BOOST_THREAD_USES_MOVE for Boost 1.57?
I think that would be good. We have to compile with BOOST_THREAD_USES_MOVE 
as some of our code doesn't work without it on some of our platforms. We're 
using BOOST_THREAD_VERSION 4 now, but BOOST_THREAD_VERSION 2 + 
BOOST_THREAD_USES_MOVE would also work.