From ab479729fb058f40613482659f474235df234514 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 2 Jan 2026 14:30:23 -0600 Subject: [PATCH] str.hpp --- src/str.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/str.hpp b/src/str.hpp index 49045d1c..ddaa2f66 100644 --- a/src/str.hpp +++ b/src/str.hpp @@ -109,5 +109,5 @@ namespace str std::string remove_prefix(const std::string &str, - const std::string_view &prefix); + const std::string_view prefix); }