Skip to content
Commit 88b7439a authored by Ted Kremenek's avatar Ted Kremenek
Browse files

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
parent 0c37b0cb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment