mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
fix pertition_point for gcc5.x
This commit is contained in:
parent
74d7368aa5
commit
08f2556030
3 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue