|
|
От: |
rg45
|
|
| Дата: | 04.12.25 09:37 | ||
| Оценка: | |||
#include <concepts>
struct D
{
struct FService
{
int nFService_ = 0;
};
static_assert(std::default_initializable<FService>); // error: static assertion failed
};