mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Allow named vector constructors. Addresses #983.
This commit is contained in:
parent
bcf5c41786
commit
a66b7380b6
5 changed files with 61 additions and 17 deletions
|
@ -818,7 +818,7 @@ protected:
|
|||
|
||||
class VectorConstructorExpr : public UnaryExpr {
|
||||
public:
|
||||
VectorConstructorExpr(ListExpr* constructor_list);
|
||||
VectorConstructorExpr(ListExpr* constructor_list, BroType* arg_type = 0);
|
||||
|
||||
Val* Eval(Frame* f) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue