On Monday 09 June 2014 12:53:31 Vicente J. Botet Escriba wrote:
Le 09/06/14 12:49, Vicente J. Botet Escriba a écrit :
Le 09/06/14 12:25, Andrey Semashev a écrit :
Hi,
I'm seeing mass test failures in Atomic and Log both in develop and master. Otherwise, I know why the following is failing
http://www.boost.org/development/tests/develop/developer/output/jasonr-Ubunt u13-10-intel-12-1-6-boost-bin-v2-libs-thread-test-async__async_p-test-intel- linux-12-1-6-debug-threading-multi.html
../boost/thread/future.hpp(3561): error: no suitable conversion function from "boost::launch" to "int" exists if (int(policy) & int(launch::async)) { ^
../boost/thread/future.hpp(3567): error: no suitable conversion function from "boost::launch" to "int" exists } else if (int(policy) & int(launch::deferred)) { ^
../boost/thread/future.hpp(3626): error: no suitable conversion function from "boost::launch" to "int" exists if (int(policy) & int(launch::async)) { ^
../boost/thread/future.hpp(3632): error: no suitable conversion function from "boost::launch" to "int" exists } else if (int(policy) & int(launch::deferred)) {
The changes you made seem to have helped in develop, thanks. Could you merge them to master?