mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
cmGeneratorExpression: Change Find() parameter type to cm::string_view
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user