Update include/xrpl/beast/rfc2616.h

Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
This commit is contained in:
Ayaz Salikhov
2026-07-02 12:54:01 +01:00
committed by GitHub
parent a3becc5580
commit 7e8d64bc05

View File

@@ -183,7 +183,7 @@ splitCommas(FwdIt first, FwdIt last)
template <class Result = std::vector<std::string>>
Result
splitCommas(std::string_view const& s)
splitCommas(std::string_view s)
{
return splitCommas(s.begin(), s.end());
}