uSTL v2.5 Release Notes

Release Date: 2016-11-25 // over 7 years ago
    • Implement chrono.
    • Implement ratio.
    • Implement gcd and lcm.
    • Implement exchange, clamp, minmax, and minmax_element algorithms.
    • Implement front_insert_iterator and move_iterator.
    • 0️⃣ Add uninitialized_default_construct and uninitialized_value_construct.
    • 🚚 Implement uninitialized_move, destroy_at, and destroy_n.
    • Add void_t, is_swappable, and common_type type traits.
    • Implement c++11 float fields in numeric_limits.
    • Implement ostringstream fill and setfill manip.
    • 🛠 Fix some clang compatibility warnings.
    • ✅ Give descriptive names to tests.