We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0379f7f commit c1772c3Copy full SHA for c1772c3
src/goto-programs/class_hierarchy.h
@@ -57,6 +57,10 @@ class class_hierarchyt
57
void operator()(const symbol_tablet &);
58
59
class_hierarchyt() = default;
60
+ class_hierarchyt(const symbol_tablet &symbol_table)
61
+ {
62
+ (*this)(symbol_table);
63
+ }
64
class_hierarchyt(const class_hierarchyt &) = delete;
65
class_hierarchyt &operator=(const class_hierarchyt &) = delete;
66
0 commit comments