summaryrefslogtreecommitdiff
path: root/boost/fusion/algorithm/transformation/filter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/algorithm/transformation/filter.hpp')
-rw-r--r--boost/fusion/algorithm/transformation/filter.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/fusion/algorithm/transformation/filter.hpp b/boost/fusion/algorithm/transformation/filter.hpp
index 2e290e29e0..2fc6272096 100644
--- a/boost/fusion/algorithm/transformation/filter.hpp
+++ b/boost/fusion/algorithm/transformation/filter.hpp
@@ -22,9 +22,9 @@ namespace boost { namespace fusion
typedef filter_view<Sequence, is_same<mpl::_, T> > type;
};
}
-
+
template <typename T, typename Sequence>
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
inline typename result_of::filter<Sequence const, T>::type
filter(Sequence const& seq)
{