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()); }