summaryrefslogtreecommitdiff
path: root/boost/fusion/tuple/tuple_tie.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/tuple/tuple_tie.hpp')
-rw-r--r--boost/fusion/tuple/tuple_tie.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/fusion/tuple/tuple_tie.hpp b/boost/fusion/tuple/tuple_tie.hpp
index 726a5528a5..eeb0c15888 100644
--- a/boost/fusion/tuple/tuple_tie.hpp
+++ b/boost/fusion/tuple/tuple_tie.hpp
@@ -63,6 +63,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_REF, _)>
tie(BOOST_PP_ENUM_BINARY_PARAMS(N, T, & _))
{