aboutsummaryrefslogtreecommitdiff
path: root/src/list/operation/higher/take_while.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/list/operation/higher/take_while.h')
-rw-r--r--src/list/operation/higher/take_while.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/list/operation/higher/take_while.h b/src/list/operation/higher/take_while.h
index f9fc3aa..105e83c 100644
--- a/src/list/operation/higher/take_while.h
+++ b/src/list/operation/higher/take_while.h
@@ -13,7 +13,7 @@ template <
>
using TakeWhile = Take<
typename utility::predicate_assurance<
- utility::predicate_negator<std::is_void>::template function,
+ IsSize,
Length<List>
>::template assure<
ListIndex<