Always use intrusive_ptr, it was required anyway.
This means that we no longer need to pass smart pointers to this in thisP arguments, since we can construct a new intrusive_ptr to the same object from a regular C++ pointer. (This change is manually merged from the non_null_pointer branch)
Showing
Please register or sign in to comment