summaryrefslogtreecommitdiff
path: root/boost/fusion/iterator/deref_data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/iterator/deref_data.hpp')
-rw-r--r--boost/fusion/iterator/deref_data.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/fusion/iterator/deref_data.hpp b/boost/fusion/iterator/deref_data.hpp
index 0dff0309c7..65a43324f9 100644
--- a/boost/fusion/iterator/deref_data.hpp
+++ b/boost/fusion/iterator/deref_data.hpp
@@ -40,8 +40,8 @@ namespace boost { namespace fusion
}
template <typename It>
- BOOST_FUSION_GPU_ENABLED
- typename result_of::deref_data<It>::type
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
+ inline typename result_of::deref_data<It>::type
deref_data(It const& it)
{
return result_of::deref_data<It>::call(it);