Version 0.5.107
·
213 commits
to master
since this release
New features
- Experimental support for
make
with custom allocators (#470) - Allow passing traits that define member type
type
as the first template parameter formake
anddefine
(#469)
Note: make
with custom allocators is not recommended due to some problems found with custom allocator lifetime and garbage collector destruction timing.
Obsolete features
- The array subscript operator for object type has been removed (#470)
Bug fixes
None.
Miscellaneous changes
- Move free function
meevax::kernel::dlopen
andmeevax::kernel::dlsym
into classmeevax::memory::collector
(#472)