Skip to content
Snippets Groups Projects
Commit df87f1f7 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

replace include

parent c5252971
No related branches found
No related tags found
1 merge request!2534rm some uses of Boost
......@@ -14,10 +14,13 @@
#include "Base/Util/StringUtil.h"
#include "Base/Util/Assert.h"
#include <boost/algorithm/string.hpp>
#include <algorithm>
#include <cctype>
#include <cerrno>
#include <charconv>
#include <ranges>
#include <regex>
#include <string>
//! Returns token vector obtained by splitting string at delimiters.
std::vector<std::string> Base::String::split(const std::string& text, const std::string& delimiter)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment