summaryrefslogtreecommitdiff
path: root/boost/fusion/iterator/detail/adapt_deref_traits.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/iterator/detail/adapt_deref_traits.hpp')
-rw-r--r--boost/fusion/iterator/detail/adapt_deref_traits.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/fusion/iterator/detail/adapt_deref_traits.hpp b/boost/fusion/iterator/detail/adapt_deref_traits.hpp
index ef6005569b..bee0934f57 100644
--- a/boost/fusion/iterator/detail/adapt_deref_traits.hpp
+++ b/boost/fusion/iterator/detail/adapt_deref_traits.hpp
@@ -21,7 +21,7 @@ namespace boost { namespace fusion { namespace detail
result_of::deref<typename Iterator::first_type>::type
type;
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
static type
call(Iterator const& i)
{