uSTL v2.7 Release Notes

Release Date: 2018-07-31 // over 5 years ago
    • ๐Ÿ‘‰ Make vector resize take a second argument for fill value.
    • vector dtor should not call dtors when linked.
    • exchange algo should be c++14 only.
    • โž• Add required explicit scoping for swap in pair and smart pointers.
    • ๐Ÿ‘‰ Make swap implementation shared with c++98.
    • ๐Ÿ›  Fix some warnings from -Weffc++.
    • ๐Ÿ›  Fix new warnings and errors from gcc 8.1.
    • โž• Add workaround for gcc 8.1 bug 85695.
    • ifdef out _long4grain alignof spec on 32bit platforms.
    • ๐Ÿ’… Replace C-style casts with C++-style casts.
    • โœ‚ Remove obsolete --without-mmx configure flag.