https://github.com/njames93 commented:
How are classes that derive other classes that implement `enable_shared_from_this` ```cpp class A : public std::enable_shared_from_this {}; class B : private A{}; ``` https://github.com/llvm/llvm-project/pull/102299 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits