Mateusz Pusz
Mateusz Pusz
> We could use aliases for both position_vector and displacement > > using position_vector = quantity_point > using displacement = quantity Yes, if ISO/IEC 80000 would be aware of affine...
> This also has the advantage that we can do the exact same thing for velocity vectors with > > using velocity_point = quantity_point > using velocity = quantity We...
Everything that is yellow below is the `_multiply_impl` on magnitudes: 
`expr_map` gets the expression template of one abstraction and maps it to another. To get from one type list to a second type list, it uses C++ operators. Maybe it...
The same as above applies to `are_ingredients_convertible`: 
And again, the same for `explode`: 
Also, a similar pattern can be found in some overloads of `get_canonical_unit`. Based on the above, it seems that if we can somehow find out how we can improve the...
Resolving #610 may also help here for newer compilers.
Sure! Sorry, I should've done it right away, but due to the lack of time, I just made a short note for myself. Here are some examples: ```cpp std::cout
LEWGI's feedback was that we already have too many formatting options. They continue to describe this as a debug text output, and for debugging, we do not have to support...