Closed fourst4r closed 1 year ago
Doing !Ptr.isNull() would generate !this == nullptr previously.
!Ptr.isNull()
!this == nullptr
Whoops!! Good catch! 😅
Doing
!Ptr.isNull()
would generate!this == nullptr
previously.