summaryrefslogtreecommitdiff
path: root/boost/fusion/view/zip_view/zip_view.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/view/zip_view/zip_view.hpp')
-rw-r--r--boost/fusion/view/zip_view/zip_view.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/fusion/view/zip_view/zip_view.hpp b/boost/fusion/view/zip_view/zip_view.hpp
index 4e807f732b..cf6f6d2716 100644
--- a/boost/fusion/view/zip_view/zip_view.hpp
+++ b/boost/fusion/view/zip_view/zip_view.hpp
@@ -122,7 +122,7 @@ namespace boost { namespace fusion {
typedef typename fusion::result_of::as_vector<Sequences>::type sequences;
typedef typename detail::min_size<real_sequences>::type size;
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
zip_view(
const Sequences& seqs)
: sequences_(seqs)