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