Skip to content

v0.7.1

Compare
Choose a tag to compare
@malachib malachib released this 17 Mar 02:40
· 189 commits to master since this release

Added Features

  • #31 Added estd::detail::iostream
  • #34 Added uint_least64_t and some other numeric_traits related goodies

Quality Updates & Bug Fixes

  • Improved clang compatibility, especially with c++20 concepts and bipbuffer
  • Fixed bug: 64-bit numeric_limits sometimes resolved to 32-bit
  • #24 Switched default size_type of strings from int16 -> size_t (can still override with policy)
  • #32 Fixed various tuple::visit edge cases
  • #33 Fixed minor glitch with dec, hex manipulator dependencies