Merge remote-tracking branch 'origin/topic/jsiwek/intrusiveptr-hash'

* origin/topic/jsiwek/intrusiveptr-hash:
  Change TableVal::ToMap() to return ValPtr-indexed maps
  Add std::hash specialization for IntrusivePtr
  Move IntrusivePtr relational operators to zeek namespace
This commit is contained in:
Tim Wojtulewicz 2021-04-07 11:12:13 -07:00
commit 2f69e32233
5 changed files with 27 additions and 9 deletions

View file

@ -1,3 +1,12 @@
4.1.0-dev.495 | 2021-04-07 11:12:13 -0700
* Change TableVal::ToMap() to return ValPtr-indexed maps (Jon Siwek, Corelight)
* Add std::hash specialization for IntrusivePtr (Jon Siwek, Corelight)
* Move IntrusivePtr relational operators to zeek namespace
Otherwise some cases relying on argument-dependent lookup (ADL) fail. (Jon Siwek, Corelight)
4.1.0-dev.490 | 2021-04-05 14:13:48 -0700