Skip to content

Commit

Permalink
Merge pull request #4474 from vgteam/gcc-9.3.0-build
Browse files Browse the repository at this point in the history
Build on GCC 9.3.0 with C++17
  • Loading branch information
jeizenga authored Dec 9, 2024
2 parents cd35552 + b62b9a1 commit 127e557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/sublinear-Li-Stephens
2 changes: 1 addition & 1 deletion src/incremental_subgraph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
};
Expand Down

1 comment on commit 127e557

@adamnovak
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for merge to master. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 17531 seconds

Please sign in to comment.