uSTL v2.3 Release Notes

Release Date: 2016-01-16 // over 8 years ago
    • Implement unique_ptr and shared_ptr
    • Implement atomic
    • Implement is_constructible, is_destructible, is_assignable, and variations
    • Enable c++14 compilation for clang 3.6+ and gcc 5+
    • Numerous improvements to streams API
    • โž• Add all stream formatting manipulators: setw, setprecision, etc.
    • ๐ŸŽ Increase default stream buffer size to improve ifstream/ofstream performance.
    • Implement string-number conversions.
    • ๐Ÿ‘ป Rename libc_exception to system_error; in c++14 that is now a standard
    • ๐Ÿ›  Fixes to compile on Debian and OS X