v1.8.1
flat_map
:- fixed transparent lookups for
std::string_view
(it wouldn't compile) - inherit from
Compare
to make use of EBO
- fixed transparent lookups for
flat_set
:- BUGFIX: fixed construction from range when a custom
Compare
whose equivalence is not the same asoperator==
for the type - inherit from
Compare
to make use of EBO
- BUGFIX: fixed construction from range when a custom