summaryrefslogtreecommitdiff
path: root/boost/fusion/view/reverse_view/detail/advance_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/view/reverse_view/detail/advance_impl.hpp')
-rw-r--r--boost/fusion/view/reverse_view/detail/advance_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/fusion/view/reverse_view/detail/advance_impl.hpp b/boost/fusion/view/reverse_view/detail/advance_impl.hpp
index 1304d0a9c2..42b3bd1908 100644
--- a/boost/fusion/view/reverse_view/detail/advance_impl.hpp
+++ b/boost/fusion/view/reverse_view/detail/advance_impl.hpp
@@ -35,7 +35,7 @@ namespace boost { namespace fusion {
typedef typename result_of::advance<first_type, negative_dist>::type advanced_type;
typedef reverse_view_iterator<advanced_type> type;
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
static type
call(Iterator const& i)
{