diff options
Diffstat (limited to 'src/analysis/lattices/flat.h')
-rw-r--r-- | src/analysis/lattices/flat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/analysis/lattices/flat.h b/src/analysis/lattices/flat.h index c34f8fc7c..b3cfe3809 100644 --- a/src/analysis/lattices/flat.h +++ b/src/analysis/lattices/flat.h @@ -68,6 +68,7 @@ public: return EQUAL; } } + bool join(Element& self, const Element& other) const noexcept { switch (compare(self, other)) { case LESS: |