mirror of
https://github.com/matrix-construct/construct
synced 2025-04-27 12:02:50 +02:00
ircd::db::comparator: Elide std::function wrapper for less function.
This commit is contained in:
parent
41db97fec0
commit
6c2736f592
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ struct ircd::db::comparator
|
|||
using successor_function = void (std::string &);
|
||||
|
||||
string_view name;
|
||||
std::function<less_function> less;
|
||||
less_function *less {nullptr};
|
||||
std::function<equal_function> equal;
|
||||
std::function<separator_function> separator;
|
||||
std::function<successor_function> successor;
|
||||
|
|
Loading…
Add table
Reference in a new issue