mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-02 20:04:27 +02:00
fix: have_same_canonical_reference_unit
declaration fixed
This commit is contained in:
@@ -190,7 +190,8 @@ concept UnitOf =
|
|||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
|
|
||||||
[[nodiscard]] consteval auto have_same_canonical_reference_unit(Unit auto u1, Unit auto u2);
|
template<Unit U1, Unit U2>
|
||||||
|
[[nodiscard]] consteval auto have_same_canonical_reference_unit(U1 u1, U2 u2);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user