etl v18.19.0 Release Notes

Release Date: 2020-10-30 // over 3 years ago
  • 👍 Modified strings for better memory efficiency. String truncation detection and clear-after-use can be disabled.
    Added ETL_DISABLE_STRING_TRUNCATION_CHECKS macro check in platform.h.
    Added ETL_DISABLE_STRING_CLEAR_AFTER_USE macro check in platform.h.
    ➕ Added etl::flags to wrap boolean flag functionality.
    Four parameter equal() algorithm variant added.
    Modified is_pod definition when using the STL.
    Added are_all_same trait.