mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
robustness improvements for -O gen-C++ generation of lambdas / "when"s
This commit is contained in:
parent
0ca2f9a8b2
commit
207b82ae4b
6 changed files with 66 additions and 35 deletions
|
@ -77,6 +77,7 @@ protected:
|
|||
// Methods related to sending lambdas via Broker.
|
||||
std::optional<BrokerData> SerializeCaptures() const override;
|
||||
void SetCaptures(Frame* f) override;
|
||||
void SetCapturesVec(std::unique_ptr<std::vector<ZVal>> _captures_vec) { captures_vec = std::move(_captures_vec); }
|
||||
|
||||
FuncPtr DoClone() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue