From 7e8d64bc05e95fd0749191d0eef8f7fb86fbd19d Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 2 Jul 2026 12:54:01 +0100 Subject: [PATCH] Update include/xrpl/beast/rfc2616.h Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com> --- include/xrpl/beast/rfc2616.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xrpl/beast/rfc2616.h b/include/xrpl/beast/rfc2616.h index e938300fa7..dc8e95df55 100644 --- a/include/xrpl/beast/rfc2616.h +++ b/include/xrpl/beast/rfc2616.h @@ -183,7 +183,7 @@ splitCommas(FwdIt first, FwdIt last) template > Result -splitCommas(std::string_view const& s) +splitCommas(std::string_view s) { return splitCommas(s.begin(), s.end()); }