summaryrefslogtreecommitdiff
path: root/boost/fusion/view/iterator_range/detail/end_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/view/iterator_range/detail/end_impl.hpp')
-rw-r--r--boost/fusion/view/iterator_range/detail/end_impl.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/boost/fusion/view/iterator_range/detail/end_impl.hpp b/boost/fusion/view/iterator_range/detail/end_impl.hpp
index 2428198cb8..b76aa91cd5 100644
--- a/boost/fusion/view/iterator_range/detail/end_impl.hpp
+++ b/boost/fusion/view/iterator_range/detail/end_impl.hpp
@@ -7,6 +7,8 @@
#if !defined(FUSION_END_IMPL_05062005_1226)
#define FUSION_END_IMPL_05062005_1226
+#include <boost/fusion/support/config.hpp>
+
namespace boost { namespace fusion
{
struct iterator_range_tag;
@@ -24,7 +26,7 @@ namespace boost { namespace fusion
{
typedef typename Sequence::end_type type;
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
static type
call(Sequence& s)
{