Missing concept added to type_list

This commit is contained in:
Mateusz Pusz
2019-09-15 17:33:46 -06:00
parent 5413bb865b
commit 9953acb2ab

View File

@@ -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;