Files
rippled/include
Ed Hennis 42a1106952 fix: Fix Number comparison operator for signed types
- Instead of completely removing the code, it is wrapped in an `if
  constexpr` sign check. That way, it's future proof in case the type of
  mantissa_ ever changes again.
- Ironically, this partially reverts PR 7406.
2026-06-12 14:57:37 -04:00
..