Код: Выделить всё
template
concept default_initializable =
std::constructible_from && requires { T{}; ::new T; };
< /code>
Я думаю, требуется {t {}; :: Новый Т; } Почему он добавил избыточный std :: constructible_from ?
Подробнее здесь: https://stackoverflow.com/questions/796 ... fault-init
Мобильная версия