Skip to content

Update sorted_string_map to allow use of std::string_view in entry

Kohei Yoshida requested to merge feature/76-sorted-string-map-entry into master

The existing code may need to make adjustments since the keylen size member got renamed to key_length.

This resolves #76 (closed).

Merge request reports