mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
The previous wording claimed guard is always evaluated in release builds, but a side-effect-free guard may be optimized away when the assertion body is a no-op. Reword to warn callers not to rely on side effects rather than making an unconditional evaluation guarantee.