mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 04:14:27 +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>{};
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
template<typename T, auto R>
|
||||
// template<typename T, ratio R> // TODO ICE gcc 12
|
||||
|
Reference in New Issue
Block a user