diff --git a/src/str.cpp b/src/str.cpp index d8fb939e..0cf207e6 100644 --- a/src/str.cpp +++ b/src/str.cpp @@ -350,4 +350,7 @@ str::replace(const std::string &s_, std::string str::remove_prefix(const std::string &str, - const std::string &prefix); + const std::string &prefix) +{ + +}