mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Use container::empty() and container::contains() instead of size() == 0 and find() != end(), matching the readability-container-size-empty and readability-container-contains checks.