Nic Holthaus
Nic Holthaus
It's possible to preview markdown files which include links, and to follow those links by clicking on them. This is great for testing purposes. However, there is no way to...
We have user-definable variadic dimensions now, but we need to develop some case studies we can document to guide users on how to take advantage of that. We probably also...
Named conversion factors no longer appear in unit definitions, so I don't think we need them anymore if we change the macros around. It would save us a bunch of...
There are a few instances of `strong` left in units core. Are they safe to remove @johelegp?
It seems to me v2.3, as a whole, over-uses namespaces (e.g. `units::math`), with the effect of breaking ADL or having it behave counter-intuitively. It's obvious that math and non-member functions...
std::numeric_limits is for arithmetic types. Even std::chrono provides no specializations for it. It also fails to [meet its requirements](https://wg21.link/numeric.special#1).
I think with the change to move the actual storage back into the unit class, it may be possible to write a sensible .natvis file for units. This would make...