Lines Matching full:shared_ptr
61 diff -ur a/bits/shared_ptr.h b/bits/shared_ptr.h
62 --- a/bits/shared_ptr.h 2011-03-15 14:49:05.000000000 -0700
63 +++ b/bits/shared_ptr.h 2011-03-31 16:40:45.000000000 -0700
87 // 2.2.3.9 shared_ptr casts
89 * <code>shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get()))</code>
91 swap(shared_ptr<_Tp>& __a, shared_ptr<_Tp>& __b)
96 - swap(shared_ptr<_Tp>&& __a, shared_ptr<_Tp>& __b)
101 - swap(shared_ptr<_Tp>& __a, shared_ptr<_Tp>&& __b)
104 // 20.8.13.2.10 shared_ptr casts.
106 inline shared_ptr<_Tp>