summaryrefslogtreecommitdiff
path: root/boost/fusion/container/map/detail/cpp03/convert.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/map/detail/cpp03/convert.hpp')
-rw-r--r--boost/fusion/container/map/detail/cpp03/convert.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/fusion/container/map/detail/cpp03/convert.hpp b/boost/fusion/container/map/detail/cpp03/convert.hpp
index a03840ce13..c5cc3bd6a7 100644
--- a/boost/fusion/container/map/detail/cpp03/convert.hpp
+++ b/boost/fusion/container/map/detail/cpp03/convert.hpp
@@ -36,7 +36,7 @@ namespace boost { namespace fusion
}
template <typename Sequence>
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
inline typename result_of::as_map<Sequence>::type
as_map(Sequence& seq)
{
@@ -45,7 +45,7 @@ namespace boost { namespace fusion
}
template <typename Sequence>
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
inline typename result_of::as_map<Sequence const>::type
as_map(Sequence const& seq)
{