Releases: SimonMaracine/cpp-shared-ref
Releases · SimonMaracine/cpp-shared-ref
0.4.2
Many internal changes. Updated documentation.
Full Changelog: v0.4.1...v0.4.2
0.4.1
Minor code quality improvements.
0.4.0
This release implements enable_shared_from_this
and owner-based ordering with owner_before
and removes some non-conformant methods.
0.3.0
This release restructures the project and implements some missing functionality from the previous version. Most noticeably is that make_shared
now is optimized to allocate the control block and the object at the same time.
0.2.0
v0.2.0 Add license