summaryrefslogtreecommitdiff
path: root/boost/fusion/tuple/make_tuple.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/tuple/make_tuple.hpp')
-rw-r--r--boost/fusion/tuple/make_tuple.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/fusion/tuple/make_tuple.hpp b/boost/fusion/tuple/make_tuple.hpp
index b2defa27bf..9c3bb45ed9 100644
--- a/boost/fusion/tuple/make_tuple.hpp
+++ b/boost/fusion/tuple/make_tuple.hpp
@@ -16,7 +16,7 @@
namespace boost { namespace fusion
{
- inline tuple<>
+ BOOST_FUSION_GPU_ENABLED inline tuple<>
make_tuple()
{
return tuple<>();
@@ -73,6 +73,7 @@ namespace boost { namespace fusion
#define N BOOST_PP_ITERATION()
template <BOOST_PP_ENUM_PARAMS(N, typename T)>
+ BOOST_FUSION_GPU_ENABLED
inline tuple<BOOST_PP_ENUM(N, BOOST_FUSION_AS_FUSION_ELEMENT, _)>
make_tuple(BOOST_PP_ENUM_BINARY_PARAMS(N, T, const& _))
{