mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Add is_atomic_type() overloads for IntrusivePtr
This commit is contained in:
parent
6a1c312451
commit
457c08f531
4 changed files with 10 additions and 6 deletions
|
@ -3305,7 +3305,7 @@ bool same_val(const Val* /* v1 */, const Val* /* v2 */)
|
|||
|
||||
bool is_atomic_val(const Val* v)
|
||||
{
|
||||
return is_atomic_type(v->GetType().get());
|
||||
return is_atomic_type(v->GetType());
|
||||
}
|
||||
|
||||
bool same_atomic_val(const Val* v1, const Val* v2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue