mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 03:14:29 +02:00
Missing concept added to type_list
This commit is contained in:
@@ -147,7 +147,7 @@ namespace std::experimental::units {
|
||||
|
||||
}
|
||||
|
||||
template<TypeList SortedList1, typename SortedList2, template<typename, typename> typename Pred>
|
||||
template<TypeList SortedList1, TypeList SortedList2, template<typename, typename> typename Pred>
|
||||
using type_list_merge_sorted = detail::type_list_merge_sorted_impl<SortedList1, SortedList2, Pred>::type;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user