summaryrefslogtreecommitdiff
path: root/boost/fusion/container/vector/convert.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/vector/convert.hpp')
-rw-r--r--boost/fusion/container/vector/convert.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/fusion/container/vector/convert.hpp b/boost/fusion/container/vector/convert.hpp
index 0582fe5cbf..adc7f478e1 100644
--- a/boost/fusion/container/vector/convert.hpp
+++ b/boost/fusion/container/vector/convert.hpp
@@ -29,7 +29,7 @@ namespace boost { namespace fusion
}
template <typename Sequence>
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
inline typename result_of::as_vector<Sequence>::type
as_vector(Sequence& seq)
{
@@ -38,7 +38,7 @@ namespace boost { namespace fusion
}
template <typename Sequence>
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
inline typename result_of::as_vector<Sequence const>::type
as_vector(Sequence const& seq)
{