We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cad11a commit ff72ddcCopy full SHA for ff72ddc
CHANGELOG.md
@@ -35,6 +35,8 @@ This page documents the version history and changes for the **mp-units** library
35
- refactor: representation concepts cleanup
36
- refactor: `quantity_spec` call operator constraints improved
37
- refactor: `quantity_cast` constraints improved
38
+- fix: overflow-safe cross-unit integer comparisons using double-width arithmetic
39
+ (based on original work by [@burnpanck](https://github.com/burnpanck) in #580)
40
- fix: dimensionless quantities truncation prevention fixed
41
- fix: clang-18 workaround for pragmas not working in a C++ module build
42
- fix: `normal_stress` and `shear_stress` fixed to have `stress` as a parent
0 commit comments