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.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/fusion/container/generation/pair_tie.hpp b/boost/fusion/container/generation/pair_tie.hpp
index b4fbc780bf..2ba128f558 100644
--- a/boost/fusion/container/generation/pair_tie.hpp
+++ b/boost/fusion/container/generation/pair_tie.hpp
@@ -27,7 +27,7 @@ namespace boost { namespace fusion {
}
template<typename Key, typename T>
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
typename disable_if<is_const<T>, typename result_of::pair_tie<Key, T>::type>::type
pair_tie(T& t)
{
@@ -35,7 +35,7 @@ namespace boost { namespace fusion {
}
template<typename Key, typename T>
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
typename result_of::pair_tie<Key, T const>::type
pair_tie(T const& t)
{