summaryrefslogtreecommitdiff
path: root/boost/fusion/container/list/convert.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/list/convert.hpp')
-rw-r--r--boost/fusion/container/list/convert.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/fusion/container/list/convert.hpp b/boost/fusion/container/list/convert.hpp
index f34ad396d4..d85fafebd4 100644
--- a/boost/fusion/container/list/convert.hpp
+++ b/boost/fusion/container/list/convert.hpp
@@ -31,7 +31,7 @@ namespace boost { namespace fusion
typedef typename build_cons::type type;
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
static type
call(Sequence& seq)
{
@@ -41,7 +41,7 @@ namespace boost { namespace fusion
}
template <typename Sequence>
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
inline typename result_of::as_list<Sequence>::type
as_list(Sequence& seq)
{
@@ -49,7 +49,7 @@ namespace boost { namespace fusion
}
template <typename Sequence>
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
inline typename result_of::as_list<Sequence const>::type
as_list(Sequence const& seq)
{