Skip to content

Commit

Permalink
Merge branch 'master' into update-to-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli authored Feb 14, 2024
2 parents eaf25b0 + 3df06d0 commit 3954717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions immer/transience/gc_transience_policy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ struct gc_transience_policy
: v{v_}
{}
edit() = delete;
edit(void *v_) : v(v_) {}
bool operator==(edit x) const { return v == x.v; }
bool operator!=(edit x) const { return v != x.v; }
};
Expand Down

0 comments on commit 3954717

Please sign in to comment.