mirror of
https://github.com/mpusz/mp-units.git
synced 2026-04-29 10:23:25 +02:00
refactor: QuantityValue concept renamed to Representation
This commit is contained in:
@@ -120,7 +120,7 @@ private:
|
||||
|
||||
namespace {
|
||||
|
||||
static_assert(units::QuantityValue<measurement<double>>);
|
||||
static_assert(units::Representation<measurement<double>>);
|
||||
|
||||
void example()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user