dolphin/Source/Core/Common/Config
Léo Lam 7dca7c237e Config: Fix template deduction for implicit conversions
This excludes the second argument from template deduction.

Otherwise, it is required to manually cast the second argument to
the ConfigInfo type (because implicit conversions won't work).

e.g. to set the value for a ConfigInfo<std::string> from a string
literal, you'd need a ugly `std::string("yourstring")`.
2018-05-12 14:30:18 +02:00
..
Config.cpp Remove code related to UI.ini 2018-05-02 18:18:27 +02:00
Config.h Config: Fix template deduction for implicit conversions 2018-05-12 14:30:18 +02:00
ConfigInfo.cpp ConfigInfo: Switch to doing case-insensitive comparison 2017-11-15 18:04:40 +00:00
ConfigInfo.h Config: Extract ConfigInfo into own header 2017-11-15 18:04:40 +00:00
Enums.h Remove code related to UI.ini 2018-05-02 18:18:27 +02:00
Layer.cpp Config/Layer: Allow all keys of a section to be iterated over 2017-11-15 18:04:40 +00:00
Layer.h Config: Fix template deduction for implicit conversions 2018-05-12 14:30:18 +02:00