summaryrefslogtreecommitdiff
path: root/boost/fusion/algorithm/transformation/remove.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/algorithm/transformation/remove.hpp')
-rw-r--r--boost/fusion/algorithm/transformation/remove.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/fusion/algorithm/transformation/remove.hpp b/boost/fusion/algorithm/transformation/remove.hpp
index 18dfd1d699..f8bebf7096 100644
--- a/boost/fusion/algorithm/transformation/remove.hpp
+++ b/boost/fusion/algorithm/transformation/remove.hpp
@@ -24,7 +24,7 @@ namespace boost { namespace fusion
}
template <typename T, typename Sequence>
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
inline typename result_of::remove<Sequence const, T>::type
remove(Sequence const& seq)
{