mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-03-29 07:00:01 -06:00
Taking them by const reference isn't advisable here, because it means the std::move calls were doing nothing and we were always copying the std::string instances. |
||
|---|---|---|
| .. | ||
| announce_room_json.cpp | ||
| announce_room_json.h | ||
| CMakeLists.txt | ||
| telemetry_json.cpp | ||
| telemetry_json.h | ||
| verify_login.cpp | ||
| verify_login.h | ||
| web_backend.cpp | ||
| web_backend.h | ||