From 733b5d5ae2c5d625211e2985ac25728ac3f54883 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 21 Mar 2016 15:45:20 +0900 Subject: Imported Upstream version 1.58.0 Change-Id: If0072143aa26874812e0db6872e1efb10a3e5e94 Signed-off-by: DongHun Kwak --- .../deque/detail/cpp03/preprocessed/as_deque10.hpp | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque10.hpp') diff --git a/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque10.hpp b/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque10.hpp index e573efb75c..3faf4be223 100644 --- a/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque10.hpp +++ b/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque10.hpp @@ -8,6 +8,7 @@ ==============================================================================*/ namespace boost { namespace fusion { namespace detail { +BOOST_FUSION_BARRIER_BEGIN template <> struct as_deque<1> { @@ -19,7 +20,7 @@ namespace boost { namespace fusion { namespace detail typedef deque type; }; template - BOOST_FUSION_GPU_ENABLED + BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED static typename apply::type call(Iterator const& i0) { @@ -40,7 +41,7 @@ namespace boost { namespace fusion { namespace detail typedef deque type; }; template - BOOST_FUSION_GPU_ENABLED + BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED static typename apply::type call(Iterator const& i0) { @@ -61,7 +62,7 @@ namespace boost { namespace fusion { namespace detail typedef deque type; }; template - BOOST_FUSION_GPU_ENABLED + BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED static typename apply::type call(Iterator const& i0) { @@ -82,7 +83,7 @@ namespace boost { namespace fusion { namespace detail typedef deque type; }; template - BOOST_FUSION_GPU_ENABLED + BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED static typename apply::type call(Iterator const& i0) { @@ -103,7 +104,7 @@ namespace boost { namespace fusion { namespace detail typedef deque type; }; template - BOOST_FUSION_GPU_ENABLED + BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED static typename apply::type call(Iterator const& i0) { @@ -124,7 +125,7 @@ namespace boost { namespace fusion { namespace detail typedef deque type; }; template - BOOST_FUSION_GPU_ENABLED + BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED static typename apply::type call(Iterator const& i0) { @@ -145,7 +146,7 @@ namespace boost { namespace fusion { namespace detail typedef deque type; }; template - BOOST_FUSION_GPU_ENABLED + BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED static typename apply::type call(Iterator const& i0) { @@ -166,7 +167,7 @@ namespace boost { namespace fusion { namespace detail typedef deque type; }; template - BOOST_FUSION_GPU_ENABLED + BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED static typename apply::type call(Iterator const& i0) { @@ -187,7 +188,7 @@ namespace boost { namespace fusion { namespace detail typedef deque type; }; template - BOOST_FUSION_GPU_ENABLED + BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED static typename apply::type call(Iterator const& i0) { @@ -208,7 +209,7 @@ namespace boost { namespace fusion { namespace detail typedef deque type; }; template - BOOST_FUSION_GPU_ENABLED + BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED static typename apply::type call(Iterator const& i0) { @@ -218,4 +219,5 @@ namespace boost { namespace fusion { namespace detail return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9); } }; +BOOST_FUSION_BARRIER_END }}} -- cgit v1.2.3