Skip to content

v1.8.1

Compare
Choose a tag to compare
@iboB iboB released this 15 Jan 05:00
· 98 commits to master since this release
v1.8.1
ecb0e6f
  • flat_map:
    • fixed transparent lookups for std::string_view (it wouldn't compile)
    • inherit from Compare to make use of EBO
  • flat_set:
    • BUGFIX: fixed construction from range when a custom Compare whose equivalence is not the same as operator== for the type
    • inherit from Compare to make use of EBO