Mateusz Pusz
Mateusz Pusz
@chiphogg Thanks for raising this! For the upcoming month I will not have time to do anything in mp-units but after that, hopefully, I will finally be able to work...
Thanks! As I use Conan I never put enough effort to make CMake configuration scripts right. It would be great if you could submit PR with necessary changes so no...
BTW, it would be nice to add a small description to our "Usage" documentation: https://mpusz.github.io/units/usage.html so the people know how to use it.
The top CMake file is the entry point for the project's development and should have everything enabled by default including really restrictive compilation flags that you as a user may...
@chiphogg, do you have some ideas on how to address that?
`static_assert` is not a good solution to specify types in interfaces similarly to `assert()` not being good for specifying function argument values in runtime. Both are about the quality of...
> is there anything to the idea of hiding the magnitude for SI-prefixed units behind a strong type? All user predefined types will always hide magnitude. However, when the dimensional...
Yes, you are right. mp-units framework always works on the list of exponents and their base units and only after that it tries to find a strong type with a...