Commit 117b7b45 authored by unknown's avatar unknown

Experimental smart pointer support.

parent 411668ee
......@@ -84,5 +84,3 @@ cdef extern from "<memory>" namespace "std" nogil:
shared_ptr[T] lock()
bool owner_before[Y](const weak_ptr[Y]&)
bool owner_before[Y](const shared_ptr[Y]&)
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment