Skip to content

v0.8.1

Compare
Choose a tag to compare
@malachib malachib released this 31 Oct 17:23
· 26 commits to master since this release

v0.8.1 - 31OCT24

Added Features

  • estd::num_put for bools & integers now available
    • Supports foreign locales, encodings, 16 bit characters and more
    • Compile-time tuning options
  • estd::variadic::values gets where and contains()
  • #49 rudimentary byteswap
  • #51 enhanced operators for units
  • #53 function_traits now active

Known Issues & Limitations

  • A full num_put is extensive functionality. Currently unsupported are floats, comma and decimal placement

Quality Updates & Bug Fixes

  • #48 more flexible span constructor
  • basic_ispanbuf and friends promoted from experimental to estd