2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-28 21:18:46 +00:00
Sean Wei 5a6a5fd4d1 Change const T&& parameters to T&& to enable proper move semantics
Previously some constructors/functions used `const T&&`, which prevents
calling the move constructor. This commit removes the `const` qualifier
so that `std::move` actually performs a move.
2025-06-27 20:50:08 +04:00
..
2022-09-18 16:52:30 +04:00
2022-09-18 16:52:30 +04:00
2022-09-18 16:52:30 +04:00
2023-10-13 10:08:29 +04:00