mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Merge remote-tracking branch 'origin/topic/vern/vec-append'
* origin/topic/vern/vec-append: d'oh, still have a (deprecated) string_array rather than string_vector forgot to update test suite results for v += e reap the fruits of v += e test case for v += e documentation of v += e v += e implemented Fixed a mistake in find_ip_addresses()
This commit is contained in:
commit
599af26496
45 changed files with 202 additions and 135 deletions
|
@ -1031,8 +1031,6 @@ public:
|
|||
|
||||
// Returns false if the type of the argument was wrong.
|
||||
// The vector will automatically grow to accomodate the index.
|
||||
// 'assigner" is the expression that is doing the assignment;
|
||||
// it's just used for pinpointing errors.
|
||||
//
|
||||
// Note: does NOT Ref() the element! Remember to do so unless
|
||||
// the element was just created and thus has refcount 1.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue