Releases: submada/autoptr
Releases · submada/autoptr
v0.6.0-rc8
fix calling of dtor for const struct
v0.6.0-rc7
strong ptr to weak ptr move ctor bugfix for all smart ptrs
v0.6.0-rc6
remove all references to symbol missing symbol isMutableControlBlock
v0.6.0-rc5
remove opCast because of compiler bug
v0.6.0-rc4
Delete app.d
v0.6.0-rc3
update rvalue ctor for RcPtr and IntrusivePtr
v0.6.0-rc2: Update common.d
bug: emplaceIntrusive doesn't call empty ctor for classes.
v0.6.0-rc1
doc
v0.5.0-beta
Rework of qualifiers. Const smart ptrs are non copyable. Control block for smar pointers can be const/immutable.
v0.4.10-beta
DestructorType refactor