From f7c4c510eff5bd13639f8d937f5144fb504bb467 Mon Sep 17 00:00:00 2001 From: Jordan Eizenga Date: Thu, 5 Dec 2024 13:26:03 -0800 Subject: [PATCH 1/2] constify comparator's invocation operator --- src/incremental_subgraph.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/incremental_subgraph.hpp b/src/incremental_subgraph.hpp index b8f4cbd4de1..07945c58334 100644 --- a/src/incremental_subgraph.hpp +++ b/src/incremental_subgraph.hpp @@ -184,7 +184,7 @@ class IncrementalSubgraph : public ExpandingOverlayGraph { /// end up in the same relative order in the frontier index as in the frontier struct IterFCmp { inline bool operator()(const decltype(frontier)::iterator& a, - const decltype(frontier)::iterator& b) { + const decltype(frontier)::iterator& b) const { return FCmp()(*a, *b); } }; From b62b9a1c880c0c24f72368dbe6252c3cfd709e00 Mon Sep 17 00:00:00 2001 From: Jordan Eizenga Date: Sun, 8 Dec 2024 20:16:03 -0800 Subject: [PATCH 2/2] version of SLS that makes gcc 9.3.0 happy --- deps/sublinear-Li-Stephens | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/sublinear-Li-Stephens b/deps/sublinear-Li-Stephens index ef54e081fae..602b9e9f191 160000 --- a/deps/sublinear-Li-Stephens +++ b/deps/sublinear-Li-Stephens @@ -1 +1 @@ -Subproject commit ef54e081faebb3fef7ff54cf5d4f8068836951f7 +Subproject commit 602b9e9f191375f10155fafd9cf55c83d7b6e621