mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
StringUtil: Remove ValueToString(std::string)
Doesn't make a lot of sense to have a function that gives the string representation for a string.
This commit is contained in:
parent
7e79bf97ab
commit
83324fe77d
3 changed files with 6 additions and 8 deletions
|
@ -90,7 +90,6 @@ std::string ValueToString(double value);
|
|||
std::string ValueToString(int value);
|
||||
std::string ValueToString(s64 value);
|
||||
std::string ValueToString(bool value);
|
||||
std::string ValueToString(const std::string& value);
|
||||
template <typename T, std::enable_if_t<std::is_enum<T>::value>* = nullptr>
|
||||
std::string ValueToString(T value)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue