mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
refactor: Drop boost/algorithm/string/replace.hpp dependency
This commit is contained in:
parent
857526e8cb
commit
fea75ad3ca
3 changed files with 7 additions and 7 deletions
|
|
@ -17,7 +17,7 @@
|
|||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
void ReplaceAll(std::string& in_out, std::string_view search, std::string_view substitute);
|
||||
void ReplaceAll(std::string& in_out, const std::string& search, const std::string& substitute);
|
||||
|
||||
[[nodiscard]] inline std::vector<std::string> SplitString(std::string_view str, char sep)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue