1
0
Fork 0

fix attempt for @dothebart'a ancient compiler

This commit is contained in:
jsteemann 2017-04-24 11:12:08 +02:00
parent b96f3be332
commit 603cc849b9
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});