cmGeneratorExpression: Change Find() parameter type to cm::string_view

This commit is contained in:
Craig Scott
2024-09-16 11:11:21 +10:00
parent d810374b3d
commit 5a8a6dfe81
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ public:
static void Split(const std::string& input,
std::vector<std::string>& output);
static std::string::size_type Find(const std::string& input);
static cm::string_view::size_type Find(const cm::string_view& input);
static bool IsValidTargetName(const std::string& input);