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

@ -10,7 +10,7 @@
#include <components/esm3/loadland.hpp>
#include <components/esm3/loadstat.hpp>
#include <components/esm3/variant.hpp>
#include <components/misc/stringops.hpp>
#include <components/misc/strings/lower.hpp>
#include <algorithm>
#include <stdexcept>