Files
rippled/include/xrpl/json
Luc des Trois Maisons 7d66ff909e fix: add missing value_type to JSON iterators
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.
2026-07-29 20:40:30 -04:00
..
2024-06-20 13:57:14 -05:00

JSON

Third party library to do JSON operations.