Mercurial > hg > vamp-build-and-test
diff DEPENDENCIES/generic/include/boost/mpl/aux_/unwrap.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
line wrap: on
line diff
--- a/DEPENDENCIES/generic/include/boost/mpl/aux_/unwrap.hpp Fri Sep 04 12:01:02 2015 +0100 +++ b/DEPENDENCIES/generic/include/boost/mpl/aux_/unwrap.hpp Mon Sep 07 11:12:49 2015 +0100 @@ -11,15 +11,17 @@ // // See http://www.boost.org/libs/mpl for documentation. -// $Id: unwrap.hpp 49267 2008-10-11 06:19:02Z agurtovoy $ -// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $ -// $Revision: 49267 $ +// $Id$ +// $Date$ +// $Revision$ #include <boost/ref.hpp> +#include <boost/mpl/aux_/config/gpu.hpp> namespace boost { namespace mpl { namespace aux { template< typename F > +BOOST_MPL_CFG_GPU_ENABLED inline F& unwrap(F& f, long) { @@ -27,6 +29,7 @@ } template< typename F > +BOOST_MPL_CFG_GPU_ENABLED inline F& unwrap(reference_wrapper<F>& f, int) @@ -35,6 +38,7 @@ } template< typename F > +BOOST_MPL_CFG_GPU_ENABLED inline F& unwrap(reference_wrapper<F> const& f, int)