X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=boost%2Ffusion%2Fcontainer%2Fgeneration%2Fmake_vector.hpp;h=4911f4bfd519f860fd3d114d5c785767b2ee6825;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=a6fd8323d0cb01fb45f77d691645bc78c9988ff1;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/boost/fusion/container/generation/make_vector.hpp b/boost/fusion/container/generation/make_vector.hpp index a6fd832..4911f4b 100644 --- a/boost/fusion/container/generation/make_vector.hpp +++ b/boost/fusion/container/generation/make_vector.hpp @@ -56,7 +56,7 @@ namespace boost { namespace fusion }; } - inline vector0<> + BOOST_FUSION_GPU_ENABLED inline vector0<> make_vector() { return vector0<>(); @@ -92,19 +92,16 @@ namespace boost { namespace fusion namespace result_of { template -#if defined(BOOST_NO_PARTIAL_SPECIALIZATION_IMPLICIT_DEFAULT_ARGS) #define TEXT(z, n, text) , text struct make_vector< BOOST_PP_ENUM_PARAMS(N, T) BOOST_PP_REPEAT_FROM_TO(BOOST_PP_DEC(N), FUSION_MAX_VECTOR_SIZE, TEXT, void_) > #undef TEXT -#else - struct make_vector -#endif { typedef BOOST_PP_CAT(vector, N) type; }; } template + BOOST_FUSION_GPU_ENABLED inline BOOST_PP_CAT(vector, N) make_vector(BOOST_PP_ENUM_BINARY_PARAMS(N, T, const& _)) {