mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 19:04:27 +02:00
docs: 2.3.0 release announcement draft text alignment fixed
This commit is contained in:
@@ -64,9 +64,9 @@ Here are the main points of this new design:
|
|||||||
syntax. This will provide an implicit zeroth point origin.
|
syntax. This will provide an implicit zeroth point origin.
|
||||||
3. For units that specify a point origin (`si::kelvin`, `si::degree_Celsius`, and
|
3. For units that specify a point origin (`si::kelvin`, `si::degree_Celsius`, and
|
||||||
`usc::degree_Fahrenheit`), the user always needs to specify a modifier. This means that:
|
`usc::degree_Fahrenheit`), the user always needs to specify a modifier. This means that:
|
||||||
- `4 * deg_C` does not compile,
|
- `4 * deg_C` does not compile,
|
||||||
- `4 * delta<deg_C>` creates a `quantity`.
|
- `4 * delta<deg_C>` creates a `quantity`.
|
||||||
- `4 * absolute<deg_C>` creates a `quantity_point`.
|
- `4 * absolute<deg_C>` creates a `quantity_point`.
|
||||||
4. The 2-parameter `quantity` constructor requires the same:
|
4. The 2-parameter `quantity` constructor requires the same:
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
|
Reference in New Issue
Block a user