summaryrefslogtreecommitdiff
path: root/boost/fusion/container/list/detail/at_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/list/detail/at_impl.hpp')
-rw-r--r--boost/fusion/container/list/detail/at_impl.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/fusion/container/list/detail/at_impl.hpp b/boost/fusion/container/list/detail/at_impl.hpp
index b7688522a3..ab36665c11 100644
--- a/boost/fusion/container/list/detail/at_impl.hpp
+++ b/boost/fusion/container/list/detail/at_impl.hpp
@@ -107,7 +107,7 @@ namespace boost { namespace fusion
type;
template <typename Cons, int N2>
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
static type
call(Cons& s, mpl::int_<N2>)
{
@@ -115,14 +115,14 @@ namespace boost { namespace fusion
}
template <typename Cons>
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
static type
call(Cons& s, mpl::int_<0>)
{
return s.car;
}
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
static type
call(Sequence& s)
{