mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-16 18:05:22 +02:00
Introduce std::string_view
into wider use (#14368)
This commit is contained in:
@@ -123,7 +123,7 @@ public:
|
||||
|
||||
bool contains(const std::string &name) const override;
|
||||
|
||||
bool setString(const std::string &name, const std::string &var) override;
|
||||
bool setString(const std::string &name, std::string_view var) override;
|
||||
|
||||
const StringMap &getStrings(StringMap *place) const override;
|
||||
|
||||
|
Reference in New Issue
Block a user