summaryrefslogtreecommitdiff
path: root/boost/fusion/view/filter_view/detail/end_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/view/filter_view/detail/end_impl.hpp')
-rw-r--r--boost/fusion/view/filter_view/detail/end_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/fusion/view/filter_view/detail/end_impl.hpp b/boost/fusion/view/filter_view/detail/end_impl.hpp
index fee9f6d459..1a2a5ba48d 100644
--- a/boost/fusion/view/filter_view/detail/end_impl.hpp
+++ b/boost/fusion/view/filter_view/detail/end_impl.hpp
@@ -30,7 +30,7 @@ namespace boost { namespace fusion
typedef typename Sequence::category category;
typedef filter_iterator<category,last_type, last_type, pred_type> type;
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
static type
call(Sequence& s)
{