mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
libstdc++ ships <format> starting with gcc-13, so std::format in SpanGuard::span() fails to compile on gcc-12. Build the "<prefix>.<name>" span name via std::string::append instead and drop the <format> include. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>