summaryrefslogtreecommitdiff
path: root/boost/fusion/adapted/boost_array/detail/end_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/adapted/boost_array/detail/end_impl.hpp')
-rw-r--r--boost/fusion/adapted/boost_array/detail/end_impl.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/fusion/adapted/boost_array/detail/end_impl.hpp b/boost/fusion/adapted/boost_array/detail/end_impl.hpp
index 13ed1e3e3d..7574b36405 100644
--- a/boost/fusion/adapted/boost_array/detail/end_impl.hpp
+++ b/boost/fusion/adapted/boost_array/detail/end_impl.hpp
@@ -24,11 +24,11 @@ namespace boost { namespace fusion {
struct end_impl<boost_array_tag>
{
template <typename Sequence>
- struct apply
+ struct apply
{
typedef array_iterator<Sequence, Sequence::static_size> type;
-
- BOOST_FUSION_GPU_ENABLED
+
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
static type
call(Sequence& v)
{