mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +02:00
fix: unused parametrs identifiers removed
This commit is contained in:
@@ -887,7 +887,7 @@ extract_results(bool, From = {}, To = {}, prepend_rest = {}, Elem = {}) -> extra
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
template<typename From, typename To>
|
template<typename From, typename To>
|
||||||
[[nodiscard]] consteval auto extract_convertible_quantities(From from, To to)
|
[[nodiscard]] consteval auto extract_convertible_quantities(From, To)
|
||||||
{
|
{
|
||||||
constexpr auto qfrom = map_power(From{});
|
constexpr auto qfrom = map_power(From{});
|
||||||
constexpr auto qto = map_power(To{});
|
constexpr auto qto = map_power(To{});
|
||||||
|
Reference in New Issue
Block a user