DynaMix v1.3.9 Release Notes

Release Date: 2019-11-04 // over 4 years ago
    • ๐Ÿ›  Fixed a typo which prevented move assignment of mixins which are not move-constructible

Previous changes from v1.3.8

    • โž• Added mixin move assignment to mixin type info
    • Added object::move_matching_from which move-assigns matching mixins from one object to another
    • ๐Ÿ”ฆ Exposed copy assignment and move constructor in public mixin type info
    • ๐Ÿ›  Fixed some unused variable warnings