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:
Jon Siwek 2018-08-03 11:33:57 -05:00
commit 599af26496
45 changed files with 202 additions and 135 deletions

View file

@ -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.