Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
A *a=func();shared_ptr<B> p(a ? a->makeB() : nullptr);if (p) ...
shared_ptr<B> p(nullptr);A *a=func();if (a) p=shared_ptr<B>(a->makeB());if (p)
CodeA *a=func();shared_ptr<B> p(a ? a->makeB() : nullptr);if (p) ...