mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Deprecate TableVal::Intersect(), replace with Intersection()
This commit is contained in:
parent
7e89c8f0df
commit
e5f66cd2e6
3 changed files with 17 additions and 9 deletions
|
@ -744,7 +744,7 @@ IntrusivePtr<Val> BinaryExpr::SetFold(Val* v1, Val* v2) const
|
|||
|
||||
switch ( tag ) {
|
||||
case EXPR_AND:
|
||||
return {AdoptRef{}, tv1->Intersect(tv2)};
|
||||
return tv1->Intersection(*tv2);
|
||||
|
||||
case EXPR_OR:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue