EA Standard Template Library v3.13.06 Release Notes

Release Date: 2019-05-31 // almost 5 years ago
    • eastl::any runtime crash fix when assigning two null eastl::any instances.
    • ๐Ÿ›  Fixed eastl::optional::emplace support for non-copyable, non-movable types.
    • ๐Ÿ›  Fixed eastl::optional::emplace to destroy previously engaged value.
    • โž• Adding C++20 eastl::ssize implementation.
    • ๐Ÿ›  eastl::fixed_function conversion ctor fixes to allow conversion to greater than or equal sized fixed_function target types.
    • ๐Ÿ“š Converting HTML package documentation to Markdown.