fix pertition_point for gcc5.x

This commit is contained in:
bolero-MURAKAMI 2017-08-06 10:09:03 +09:00
parent 74d7368aa5
commit 08f2556030
3 changed files with 12 additions and 5 deletions

View file

@ -17,7 +17,7 @@
#include <sprout/iterator/operation.hpp>
namespace sprout {
#if defined(SPROUT_CONFIG_DISABLE_CXX14_CONSTEXPR) || SPROUT_GCC_IN_RANGE((5, 1, 0), (5, 1, 1))
#if defined(SPROUT_CONFIG_DISABLE_CXX14_CONSTEXPR) || SPROUT_GCC_IN_RANGE((5, 1, 0), (6, 0, 0))
namespace detail {
template<typename ForwardIterator, typename Predicate>
inline SPROUT_CONSTEXPR ForwardIterator