mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 12:24:26 +02:00
docs: a representation type in a dimensionless quantity FAQ fixed
This commit is contained in:
@@ -98,7 +98,7 @@ In the initial design of this library, the resulting type of division of two qua
|
||||
common representation type:
|
||||
|
||||
```cpp
|
||||
static_assert(std::is_same_v<decltype(10 * km / (5 * km)), std::int64_t>);
|
||||
static_assert(std::is_same_v<decltype(10 * km / (5 * km)), int>);
|
||||
```
|
||||
|
||||
First of all, this was consistent with
|
||||
|
Reference in New Issue
Block a user