aboutsummaryrefslogtreecommitdiff
path: root/src/list/operation/higher/list_index.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/list/operation/higher/list_index.h')
-rw-r--r--src/list/operation/higher/list_index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/list/operation/higher/list_index.h b/src/list/operation/higher/list_index.h
index bbf43ee..d665b82 100644
--- a/src/list/operation/higher/list_index.h
+++ b/src/list/operation/higher/list_index.h
@@ -29,7 +29,7 @@ template <
typename Index
>
struct index_of_first<Predicate, void, Index> {
- typedef void type;
+ typedef Boolean<false> type;
};
}