mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00: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>