summaryrefslogtreecommitdiff
path: root/boost/fusion/container/list/detail/next_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/list/detail/next_impl.hpp')
-rw-r--r--boost/fusion/container/list/detail/next_impl.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/fusion/container/list/detail/next_impl.hpp b/boost/fusion/container/list/detail/next_impl.hpp
index 7383a9630b..f766458be0 100644
--- a/boost/fusion/container/list/detail/next_impl.hpp
+++ b/boost/fusion/container/list/detail/next_impl.hpp
@@ -36,7 +36,7 @@ namespace boost { namespace fusion
{
typedef typename Iterator::cons_type cons_type;
typedef typename cons_type::cdr_type cdr_type;
-
+
typedef cons_iterator<
typename mpl::eval_if<
is_const<cons_type>
@@ -44,8 +44,8 @@ namespace boost { namespace fusion
, mpl::identity<cdr_type>
>::type>
type;
-
- BOOST_FUSION_GPU_ENABLED
+
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
static type
call(Iterator const& i)
{