summaryrefslogtreecommitdiff
path: root/boost/fusion/container/generation/pair_tie.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/generation/pair_tie.hpp')
-rw-r--r--boost/fusion/container/generation/pair_tie.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/boost/fusion/container/generation/pair_tie.hpp b/boost/fusion/container/generation/pair_tie.hpp
index 0f740a129e..b4fbc780bf 100644
--- a/boost/fusion/container/generation/pair_tie.hpp
+++ b/boost/fusion/container/generation/pair_tie.hpp
@@ -8,6 +8,7 @@
#if !defined (BOOST_FUSION_PAIR_TIE_20060812_2058)
#define BOOST_FUSION_PAIR_TIE_20060812_2058
+#include <boost/fusion/support/config.hpp>
#include <boost/type_traits/is_const.hpp>
#include <boost/utility/enable_if.hpp>
@@ -26,6 +27,7 @@ namespace boost { namespace fusion {
}
template<typename Key, typename T>
+ BOOST_FUSION_GPU_ENABLED
typename disable_if<is_const<T>, typename result_of::pair_tie<Key, T>::type>::type
pair_tie(T& t)
{
@@ -33,6 +35,7 @@ namespace boost { namespace fusion {
}
template<typename Key, typename T>
+ BOOST_FUSION_GPU_ENABLED
typename result_of::pair_tie<Key, T const>::type
pair_tie(T const& t)
{