summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-06-03 18:35:26 -0400
committerLioncash <mathew1800@gmail.com>2019-06-05 13:24:31 -0400
commit7935c27b5286f532eac35079765820f853a52b0b (patch)
treedde9fc5193f5d808a332bff05410f12db86b8e0c /Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp
parent58e2cd54866572b48e422733b3112c58f7cce3a7 (diff)
Common/Analytics: Convert std::string overload into std::string_view
Allows for both string types to be non-allocating. We can't remove the const char* overload in this case due to the fact that pointers can implicitly convert to bool, so if we removed the overload all const char arrays passed in would begin executing the bool overload instead of the string_view overload, which is definitely not what we want to occur.
Diffstat (limited to 'Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp')
0 files changed, 0 insertions, 0 deletions