Fixed bug where intrusive_ptr_add_ref and intrusive_ptr_release were
not declared "static inline." Removed member templates for operator= and copy constructor. They simply didn't work as expected. Fixed reference counting bug when a smart pointer is assigned the value of another smart pointer that refers to the same address. llvm-svn: 42562
Loading
Please register or sign in to comment