mirror of
https://github.com/mpusz/mp-units.git
synced 2026-04-08 16:01:51 +02:00
fix: broken concept names fixed
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
using namespace mp_units;
|
||||
|
||||
constexpr quantity_of<isq::speed> auto avg_speed(quantity_of<isq::distance> auto d, quantity_of<isq::duration> auto t)
|
||||
constexpr QuantityOf<isq::speed> auto avg_speed(QuantityOf<isq::distance> auto d, QuantityOf<isq::duration> auto t)
|
||||
{
|
||||
return quantity_cast<isq::speed>(d / t);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user