From 08c1e93fa36a49f49325a07fe91ff92c964c2b6c Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Thu, 11 Dec 2014 18:55:56 +0900 Subject: Imported Upstream version 1.57.0 --- .../detail/preprocessed/vector_tie10.hpp | 30 ++++++++++++++-------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'boost/fusion/container/generation/detail/preprocessed/vector_tie10.hpp') diff --git a/boost/fusion/container/generation/detail/preprocessed/vector_tie10.hpp b/boost/fusion/container/generation/detail/preprocessed/vector_tie10.hpp index 9e463b5a77..b68108b37a 100644 --- a/boost/fusion/container/generation/detail/preprocessed/vector_tie10.hpp +++ b/boost/fusion/container/generation/detail/preprocessed/vector_tie10.hpp @@ -20,12 +20,13 @@ namespace boost { namespace fusion namespace result_of { template - struct vector_tie + struct vector_tie< T0 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ > { typedef vector type; }; } template + BOOST_FUSION_GPU_ENABLED inline vector vector_tie(T0 & _0) { @@ -35,12 +36,13 @@ namespace boost { namespace fusion namespace result_of { template - struct vector_tie + struct vector_tie< T0 , T1 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ > { typedef vector type; }; } template + BOOST_FUSION_GPU_ENABLED inline vector vector_tie(T0 & _0 , T1 & _1) { @@ -50,12 +52,13 @@ namespace boost { namespace fusion namespace result_of { template - struct vector_tie + struct vector_tie< T0 , T1 , T2 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ > { typedef vector type; }; } template + BOOST_FUSION_GPU_ENABLED inline vector vector_tie(T0 & _0 , T1 & _1 , T2 & _2) { @@ -65,12 +68,13 @@ namespace boost { namespace fusion namespace result_of { template - struct vector_tie + struct vector_tie< T0 , T1 , T2 , T3 , void_ , void_ , void_ , void_ , void_ , void_ , void_ > { typedef vector type; }; } template + BOOST_FUSION_GPU_ENABLED inline vector vector_tie(T0 & _0 , T1 & _1 , T2 & _2 , T3 & _3) { @@ -80,12 +84,13 @@ namespace boost { namespace fusion namespace result_of { template - struct vector_tie + struct vector_tie< T0 , T1 , T2 , T3 , T4 , void_ , void_ , void_ , void_ , void_ , void_ > { typedef vector type; }; } template + BOOST_FUSION_GPU_ENABLED inline vector vector_tie(T0 & _0 , T1 & _1 , T2 & _2 , T3 & _3 , T4 & _4) { @@ -95,12 +100,13 @@ namespace boost { namespace fusion namespace result_of { template - struct vector_tie + struct vector_tie< T0 , T1 , T2 , T3 , T4 , T5 , void_ , void_ , void_ , void_ , void_ > { typedef vector type; }; } template + BOOST_FUSION_GPU_ENABLED inline vector vector_tie(T0 & _0 , T1 & _1 , T2 & _2 , T3 & _3 , T4 & _4 , T5 & _5) { @@ -110,12 +116,13 @@ namespace boost { namespace fusion namespace result_of { template - struct vector_tie + struct vector_tie< T0 , T1 , T2 , T3 , T4 , T5 , T6 , void_ , void_ , void_ , void_ > { typedef vector type; }; } template + BOOST_FUSION_GPU_ENABLED inline vector vector_tie(T0 & _0 , T1 & _1 , T2 & _2 , T3 & _3 , T4 & _4 , T5 & _5 , T6 & _6) { @@ -125,12 +132,13 @@ namespace boost { namespace fusion namespace result_of { template - struct vector_tie + struct vector_tie< T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , void_ , void_ , void_ > { typedef vector type; }; } template + BOOST_FUSION_GPU_ENABLED inline vector vector_tie(T0 & _0 , T1 & _1 , T2 & _2 , T3 & _3 , T4 & _4 , T5 & _5 , T6 & _6 , T7 & _7) { @@ -140,12 +148,13 @@ namespace boost { namespace fusion namespace result_of { template - struct vector_tie + struct vector_tie< T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , void_ , void_ > { typedef vector type; }; } template + BOOST_FUSION_GPU_ENABLED inline vector vector_tie(T0 & _0 , T1 & _1 , T2 & _2 , T3 & _3 , T4 & _4 , T5 & _5 , T6 & _6 , T7 & _7 , T8 & _8) { @@ -155,12 +164,13 @@ namespace boost { namespace fusion namespace result_of { template - struct vector_tie + struct vector_tie< T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , void_ > { typedef vector type; }; } template + BOOST_FUSION_GPU_ENABLED inline vector vector_tie(T0 & _0 , T1 & _1 , T2 & _2 , T3 & _3 , T4 & _4 , T5 & _5 , T6 & _6 , T7 & _7 , T8 & _8 , T9 & _9) { -- cgit v1.2.3