mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 23:20:33 +00:00
ValueConstIterator and ValueIterator lacked the value_type typedef required for std::iterator_traits deduction in C++20. GCC 13's STL correctly diagnoses this when the iterators are used with algorithms like std::all_of. Fixes build on GCC 13 without requiring GCC 15.
JSON
Third party library to do JSON operations.