Привет, в C++ возможно создать экземпляры таких классов? struct Bar { const weak_ptr<Foo> foo; }; struct Foo { const weak_ptr<Bar> bar; };