diff --git a/include/utempl/type_list.hpp b/include/utempl/type_list.hpp index 5d098f9..552a54f 100644 --- a/include/utempl/type_list.hpp +++ b/include/utempl/type_list.hpp @@ -64,6 +64,13 @@ consteval auto Find(TypeList) -> std::size_t { return std::ranges::find(arr, true) - arr.begin(); }; +template