summaryrefslogtreecommitdiff
path: root/boost/fusion/container/generation/make_cons.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/generation/make_cons.hpp')
-rw-r--r--boost/fusion/container/generation/make_cons.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/fusion/container/generation/make_cons.hpp b/boost/fusion/container/generation/make_cons.hpp
index bb844ea38c..616f11054a 100644
--- a/boost/fusion/container/generation/make_cons.hpp
+++ b/boost/fusion/container/generation/make_cons.hpp
@@ -26,7 +26,7 @@ namespace boost { namespace fusion
}
template <typename Car>
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
inline cons<typename detail::as_fusion_element<Car>::type>
make_cons(Car const& car)
{
@@ -34,7 +34,7 @@ namespace boost { namespace fusion
}
template <typename Car, typename Cdr>
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
inline cons<typename detail::as_fusion_element<Car>::type, Cdr>
make_cons(Car const& car, Cdr const& cdr)
{