mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-24 23:50:22 +00:00
- 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.