mirror of https://gitee.com/bigwinds/arangodb
fix broken build
This commit is contained in:
parent
608337cd60
commit
4be4c3c228
|
@ -1093,7 +1093,7 @@ IndexRangeBlock::IndexRangeBlock (ExecutionEngine* engine,
|
|||
isConstant &= r.isConstant();
|
||||
}
|
||||
_anyBoundVariable |= ! isConstant;
|
||||
_allBoundsConstant.emplace(isConstant); // note: emplace_back() is not supported in C++11 but only from C++14
|
||||
_allBoundsConstant.push_back(isConstant); // note: emplace_back() is not supported in C++11 but only from C++14
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue