mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
make is_managed optional
This commit is contained in:
parent
98fc4c51d4
commit
f24faf0f26
3 changed files with 3 additions and 3 deletions
|
@ -140,7 +140,7 @@ public:
|
|||
|
||||
// Whether v1 represents a frame slot type for which we
|
||||
// explicitly manage the memory.
|
||||
bool is_managed = false;
|
||||
std::optional<bool> is_managed;
|
||||
};
|
||||
|
||||
// A intermediary ZAM instruction, one that includes information/methods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue