mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +02:00
fix: incorrect function trailing ;
removed
This commit is contained in:
@@ -138,7 +138,7 @@ consteval auto power_or_T_impl()
|
|||||||
return power<T, R.num, R.den>{};
|
return power<T, R.num, R.den>{};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
template<typename T, auto R>
|
template<typename T, auto R>
|
||||||
// template<typename T, ratio R> // TODO ICE gcc 12
|
// template<typename T, ratio R> // TODO ICE gcc 12
|
||||||
|
Reference in New Issue
Block a user