Mateusz Pusz

Results 651 comments of Mateusz Pusz

This needs another update...

Also, the rest of the documentation should be reviewed and updated where necessary + a dedicated subchapter on the magnitude in the units chapter would be useful (also the links...

You can find the instructions here: https://mpusz.github.io/units/usage.html#building-documentation. Please let me know in case it does not work. If you prefer `conan build` rather than using `cmake` then it should work...

@chiphogg, I must say it is really strange. You do not have to blow away any Conan files. Just `conan install` and `conan build` should do the trick independently from...

Alternatively, do a CMake build without using presets similarly to the instructions in: https://mpusz.github.io/units/usage.html#cmake-with-presets-support. Something like that should work: ``` rm -rf build conan install . -pr -s compiler.cppstd=20 -c...

Please also let me know in case we can improve the project building docs so people will not struggle to build the project or its parts.

> Re-interpret physical measures as fundamentally different "kind of quantities" but with shared physical dimensions. E.g. reinterpret a torque (kind of quantity) of "100 N m" into an energy (a...

What do you mean by? > Ignore the physical units of a measure and simply copy the numerical value in front of a different unit and thus into a different...

> Furthermore, the fact that we have four different names for casts that all do the same hurts generic programming without bringing any real benefit. Agree.

> let it apply to std::chrono types too It should be a separate header and a separate ISO C++ proposal/paper.