[C++] Uplift version to C++20
This commit is contained in:
committed by
Radosław Gliński
parent
a6e3d77504
commit
c3586bc165
@@ -155,7 +155,7 @@ void SDLInputDriver::LoadGameControllerDB() {
|
||||
std::string guid = row[0];
|
||||
std::string controller_name = row[1];
|
||||
|
||||
auto format = [](std::string& ss, std::string& s) {
|
||||
auto format = [](std::string ss, const std::string& s) {
|
||||
return ss.empty() ? s : ss + "," + s;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user