summaryrefslogtreecommitdiff
path: root/boost/fusion/container/vector/detail/end_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/vector/detail/end_impl.hpp')
-rw-r--r--boost/fusion/container/vector/detail/end_impl.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/fusion/container/vector/detail/end_impl.hpp b/boost/fusion/container/vector/detail/end_impl.hpp
index 14c6715775..a77ef644e6 100644
--- a/boost/fusion/container/vector/detail/end_impl.hpp
+++ b/boost/fusion/container/vector/detail/end_impl.hpp
@@ -23,12 +23,12 @@ namespace boost { namespace fusion
struct end_impl<vector_tag>
{
template <typename Sequence>
- struct apply
+ struct apply
{
typedef typename Sequence::size size;
typedef vector_iterator<Sequence, size::value> type;
-
- BOOST_FUSION_GPU_ENABLED
+
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
static type
call(Sequence& v)
{