Skip to content

Commit

Permalink
📚 [README] mph
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Jun 30, 2024
1 parent fd5f3fc commit f600d48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@ inline constexpr auto find =
- In such case different backup policy should be used instead (which can be also used as customization point for user-defined `lookup` implementation), for example:
```cpp
template<const auto& entries>
requires (entries.size() > 1'000'000)
template<const auto& entries> requires (entries.size() > 1'000'000)
inline constexpr auto mph::find =
[](const auto& key, const auto& unknown = {}) -> optional { ... }
```
Expand Down

0 comments on commit f600d48

Please sign in to comment.