mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
more robust treatment of arithmetic coercions
This commit is contained in:
parent
e06d988bfd
commit
292bd1b671
3 changed files with 22 additions and 29 deletions
|
@ -1213,7 +1213,7 @@ public:
|
|||
ExprPtr Reduce(Reducer* c, StmtPtr& red_stmt) override;
|
||||
|
||||
protected:
|
||||
ValPtr FoldSingleVal(Val* v, InternalTypeTag t) const;
|
||||
ValPtr FoldSingleVal(ValPtr v, const TypePtr& t) const;
|
||||
ValPtr Fold(Val* v) const override;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue