Fixed package generation in class diagrams

This commit is contained in:
Bartek Kryza
2022-02-27 00:49:25 +01:00
parent 33c6a4b938
commit 17b0686f5c
6 changed files with 52 additions and 16 deletions

View File

@@ -126,6 +126,8 @@ public:
elements_.end();
}
bool is_empty() const { return elements_.empty(); }
auto begin() { return elements_.begin(); }
auto end() { return elements_.end(); }