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
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625
149 changed files with 424 additions and 396 deletions

View file

@ -7,7 +7,7 @@
#include <iterator>
#include <sstream>
#include <components/misc/stringops.hpp>
#include <components/misc/strings/lower.hpp>
#include "generator.hpp"
#include "scanner.hpp"