Split components/misc/stringops.hpp into multiple headers

Replace all ciEqual overloads with one having std::string_view as argument.
This commit is contained in:
elsid
2022-08-03 00:00:54 +02:00
parent 228a0dc723
commit f99ed6f1db
149 changed files with 424 additions and 396 deletions
+1 -2
View File
@@ -7,8 +7,7 @@
#include <boost/filesystem/fstream.hpp>
#include <components/debug/debuglog.hpp>
#include <components/misc/stringops.hpp>
#include <components/misc/strings/lower.hpp>
namespace
{