mirror of https://gitee.com/bigwinds/arangodb
fix attempt for @dothebart'a ancient compiler
This commit is contained in:
parent
b96f3be332
commit
603cc849b9
|
@ -1430,7 +1430,7 @@ arangodb::aql::AstNode* MMFilesSkiplistIndex::specializeCondition(
|
|||
}
|
||||
|
||||
std::sort(nodes.begin(), nodes.end(),
|
||||
[](arangodb::aql::AstNode const* lhs,
|
||||
[this](arangodb::aql::AstNode const* lhs,
|
||||
arangodb::aql::AstNode const* rhs) -> bool {
|
||||
return Index::sortWeight(lhs) < Index::sortWeight(rhs);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue