Skip to content

Version 0.5.107

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 09:54
· 213 commits to master since this release
1748222

New features

  • Experimental support for make with custom allocators (#470)
  • Allow passing traits that define member type type as the first template parameter for make and define (#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 and meevax::kernel::dlsym into class meevax::memory::collector (#472)