Skip to content
  • Robert M. O'Bara's avatar
    ENH: Changing ReferenceItem::RemoveValue Behavior · 057c3361
    Robert M. O'Bara authored
    Previous if you attempted to remove a value whose location was below the item's numberOfRequiredValues,
    the method would **unset** instead of removing the value.  With this change, the value will be removed as long
    as the remaining NumberOfValues is >= NumberOfRequiredValues
    057c3361