@@ -0,0 +1,7 @@
#include <memory>
struct A{};
int main(){
std::shared_ptr<A> p;
A* a = nullptr;
p = a;
}
The note is not visible to the blocked user.