Releases: Inochi2D/numem
Releases · Inochi2D/numem
v0.5.4
v0.5.3
- Smart pointers now return class references instead of typecast pointers
- Most of the string implementation for basic_string is now const(char)[]
- Added
numem.all
module nogc_new
can now instantiate basic types.shared_new
andunique_new
can now instantiate basic types.- Vectors can now contain unique_ptr by making copy constructor a move constructor.
- Fixed vector allocations being unaligned, too small and improperly allocated.
v0.5.2
- Fixes wrong protocol used in fromPtr
- Fixes rvalue being passed to nogc_delete during unique_ptr free of classes.
v0.5.1
- Added
fromPtr
to unique_ptr and shared_ptr - Made opSlice
@system
v0.5.0
Handle non-class refs in smart pointers