From 70131c8e78e3186d217a0c50abba64474506cd69 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 5 Aug 2023 11:35:56 +0100 Subject: Move stdalgo::string::join to utility/string and templatise separator. --- src/stringutils.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/stringutils.cpp') diff --git a/src/stringutils.cpp b/src/stringutils.cpp index cf70b9fcc..9fc22f3ee 100644 --- a/src/stringutils.cpp +++ b/src/stringutils.cpp @@ -26,6 +26,7 @@ #include #include "inspircd.h" +#include "utility/string.h" std::string Percent::Encode(const void* data, size_t length, const char* table, bool upper) { @@ -342,7 +343,7 @@ std::string TokenList::ToString() const // If the token list is not in permissive mode then the token list is just // a list of allowed tokens. - return stdalgo::string::join(tokens); + return insp::join(tokens); } bool TokenList::operator==(const TokenList& other) const -- cgit v1.3.1-10-gc9f91