lib+guile: use Mu::Option, not std::optional
We need the extensions, and/or let's use _one_ optional implementation everywhere.
This commit is contained in:
@ -631,7 +631,7 @@ Store::lock() const
|
||||
|
||||
Option<QueryResults>
|
||||
Store::run_query(const std::string& expr,
|
||||
std::optional<Field::Id> sortfield_id,
|
||||
Option<Field::Id> sortfield_id,
|
||||
QueryFlags flags, size_t maxnum) const
|
||||
{
|
||||
return xapian_try([&] {
|
||||
|
||||
Reference in New Issue
Block a user