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

@ -3,7 +3,7 @@
#include <osgShadow/ShadowedScene>
#include <osgShadow/ShadowSettings>
#include <components/misc/stringops.hpp>
#include <components/misc/strings/algorithm.hpp>
#include <components/settings/settings.hpp>
#include <components/stereo/stereomanager.hpp>