mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 20:54:28 +02:00
is_derived_from_instantiation fixed
This commit is contained in:
@@ -67,7 +67,7 @@ template<template<typename...> typename Type>
|
|||||||
struct is_derived_from_instantiation_impl {
|
struct is_derived_from_instantiation_impl {
|
||||||
template<typename... Params>
|
template<typename... Params>
|
||||||
static constexpr std::true_type check_base(const Type<Params...>&);
|
static constexpr std::true_type check_base(const Type<Params...>&);
|
||||||
static constexpr std::true_type check_base(...);
|
static constexpr std::false_type check_base(...);
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
|
Reference in New Issue
Block a user