• twanvl's avatar
    Always use intrusive_ptr, it was required anyway. · f3aac625
    twanvl authored
    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)
    f3aac625
construction.cpp 2.32 KB