uSTL v2.6 Release Notes

Release Date: 2017-12-13 // over 6 years ago
    • ๐Ÿ›  Fix erase cow sometimes truncating strings.
    • ๐Ÿ›  Fix hang in istringstream read_number at end of stream.
    • ๐Ÿ›  Fix test failures new with gcc 7.2.
    • ๐Ÿ›  Fix configure directory detection with new gcc.
    • โœ‚ Remove operator<< and operator>> templates for ustl types.
    • โž• Add pkg-config file
    • Do not use memcpy in fallback implementation of copy_n_fast.
    • โœ‚ Remove -march=native from default compiler flags.
    • โž• Add configure --with-native flag.