Mateusz Pusz

Results 651 comments of 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: ![image](https://github.com/user-attachments/assets/71a80edd-8a13-4f48-9cde-763661e52a70)

`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`: ![image](https://github.com/user-attachments/assets/5b987e4f-0669-48f1-8578-4b86a4259a92)

And again, the same for `explode`: ![image](https://github.com/user-attachments/assets/4b60562a-14c7-43bf-ac29-1b7f312eeb71)

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...