mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
7935c27b52
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. |
||
---|---|---|
.. | ||
Android | ||
Core | ||
DSPSpy | ||
DSPTool | ||
PCH | ||
UnitTests | ||
VSProps | ||
.clang-format | ||
CMakeLists.txt | ||
dolphin-emu.sln |