EA Standard Template Library v3.12.07 Release Notes

Release Date: 2018-12-06 // over 5 years ago
    • eastl::late_constructed added 'operator* / operator->' const overloads.
    • Adding portability macro EA_CONSTEXPR_IF.
    • ➕ Adding chrono, function, reference_wrapper types to eastl.natvis.
    • 👌 Improved reference_wrapper implementation.
    • Completed eastl::ref / east::cref implementations.
    • ⚡️ Updated eastl::unique_ptr to used "delete" keyword to prevent copying.
    • Added EA_CURRENT_FUNCTION macro provides a consistent way to get the current function name.