Core/StringExt: Don't pass string_view by ref
https://quuxplusone.github.io/blog/2021/11/09/pass-string-view-by-value/
This commit is contained in:
@@ -208,7 +208,7 @@ namespace Nz::GL
|
||||
virtual const Loader& GetLoader() = 0;
|
||||
void OnContextRelease();
|
||||
|
||||
virtual bool ImplementFallback(const std::string_view& function);
|
||||
virtual bool ImplementFallback(std::string_view function);
|
||||
|
||||
static void NotifyContextDestruction(Context* context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user