diff --git a/src/engine/plugins/tile.cpp b/src/engine/plugins/tile.cpp index a838c9dae..4970108fb 100644 --- a/src/engine/plugins/tile.cpp +++ b/src/engine/plugins/tile.cpp @@ -370,7 +370,7 @@ Status TilePlugin::HandleRequest(const std::shared_ptr bool { + [&edges](const std::size_t &left, const std::size_t &right) -> bool { return (edges[left].u != edges[right].u) ? edges[left].u < edges[right].u : edges[left].v < edges[right].v; });