mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
acad1d4175
.emplace() can only be used on constructible objects, while private nested struct is not considered as constructible due to access control. Closes #29939 Signed-off-by: Sv. Lockal <lockalsash@gmail.com>