Asias He
|
8b737c95e5
|
core: Add use_count for shared_ptr
This is useful when debugging shared_ptr.
|
2014-10-22 11:40:18 +03:00 |
|
Tomasz Grabiec
|
319ae0b530
|
core: add shared_ptr::operator=(T&&)
Allows to move an item directly into existing shread_ptr.
|
2014-10-15 15:59:42 +02:00 |
|
Avi Kivity
|
e659c7fafc
|
Add specializations to make_shared
|
2014-09-03 16:22:27 +03:00 |
|
Avi Kivity
|
48f570f57c
|
core: add shared_ptr<> smart pointer
Just like std::shared_ptr<>, except no atomics.
|
2014-09-02 19:08:52 +03:00 |
|