From e6973557ff11998e541fa7ec7921dba31acb98ef Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 2 Jan 2026 14:23:37 -0600 Subject: [PATCH] str.hpp --- src/str.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/str.hpp b/src/str.hpp index 4f437a72..49045d1c 100644 --- a/src/str.hpp +++ b/src/str.hpp @@ -108,6 +108,6 @@ namespace str const char dst); std::string - remove_prefix(const std::string &str, - const std::string &prefix); + remove_prefix(const std::string &str, + const std::string_view &prefix); }