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