Boost logo

Boost :

Subject: Re: [boost] Another Problem (was RE: [type_traits] Another big update in develop)
From: John Maddock (jz.maddock_at_[hidden])
Date: 2015-07-08 13:32:34


On 08/07/2015 17:43, Fletcher, John P wrote:
> A recent change on develop is breaking something in boost function:
>
> _In file included from ../../../boost/function/function_base.hpp:22:0,
> from ../../../boost/function/detail/prologue.hpp:17,
> from ../../../boost/function.hpp:24,
> from ../../../boost/thread/future.hpp:52,
> from ../../../libs/thread/src/pthread/thread.cpp:19:
> ../../../boost/type_traits/has_trivial_copy.hpp:47:47: error: template argument 1 is invalid
>
> This was not there yesterday.

My apologies: I omitted some checks for #if
!defined(BOOST_NO_CXX11_RVALUE_REFERENCES) , this should be fixed now.

Many thanks for the prompt report, John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk