replace boost regex with std
This commit is contained in:
4
utils.h
4
utils.h
@@ -58,8 +58,8 @@ template <class T, class U> std::vector<U> getAll(std::multimap<T, U> map, T key
|
||||
return result;
|
||||
}
|
||||
|
||||
std::string regex_callback_replacer(boost::regex regex, const std::string &input,
|
||||
std::function<std::string(boost::smatch &)> callback);
|
||||
std::string regex_callback_replacer(std::regex regex, const std::string &input,
|
||||
std::function<std::string(std::smatch &)> callback);
|
||||
|
||||
std::string readCompleteFile(std::string_view filepath);
|
||||
|
||||
|
مرجع در شماره جدید
Block a user