serge-sans-paille / frozen

a header-only, constexpr alternative to gperf for C++14 users
Apache License 2.0
1.27k stars 103 forks source link

Add support for "transparent" comparators to map #124

Closed nbrachet closed 3 years ago

nbrachet commented 3 years ago

This PR adds support for "transparent" comparator (like std::less<void>) to frozen::map.

To keep the PR small (smaller) I'd vote to implement support for transparent comparator to the other containers in separate PRs.