diff --git a/src/include/units/bits/type_list.h b/src/include/units/bits/type_list.h index 3d3c13b9..a4b51d6e 100644 --- a/src/include/units/bits/type_list.h +++ b/src/include/units/bits/type_list.h @@ -172,9 +172,9 @@ namespace units { struct type_list_sort_impl, Pred> { using types = List; using split = type_list_split_half>; - using left = type_list_sort_impl::type; - using right = type_list_sort_impl::type; - using type = type_list_merge_sorted_impl::type; + using sorted_left = type_list_sort_impl::type; + using sorted_right = type_list_sort_impl::type; + using type = type_list_merge_sorted_impl::type; }; }