const weak_ptr<Foo> foo;
};
struct Foo {
const weak_ptr<Bar> bar;
};
https://godbolt.org/z/c7YjGEo19 В чём проблема проверить?
Обсуждают сегодня