Skip to content

Commit 39bee77

Browse files
committed
Add missing empty
1 parent 9606237 commit 39bee77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pointer-analysis/value_set.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class value_sett
8080
const_iterator cend() const { return data.cend(); }
8181

8282
size_t size() const { return data.size(); }
83+
bool empty() const { return data.empty(); }
8384

8485
objectt &operator[](unsigned i) { return data[i]; }
8586

0 commit comments

Comments
 (0)