Skip to content
  • Mark OLESEN's avatar
    5d98eec6
    ENH: re-toggle warnings in functionObjectList execution (#2973) · 5d98eec6
    Mark OLESEN authored
    - when running with "errors warn;" it will reset the warnings counter
      (if any) when it returns to a good state.
      This re-enables un-suppressed warnings for the next cycle.
      Also reset the warnings counter on end().
    
    ENH: add short-circuit in HashTable::erase(key)
    
    - skip and return false if the table is empty or the key is not found.
      This makes for faster no-op behaviour.
    5d98eec6
    ENH: re-toggle warnings in functionObjectList execution (#2973)
    Mark OLESEN authored
    - when running with "errors warn;" it will reset the warnings counter
      (if any) when it returns to a good state.
      This re-enables un-suppressed warnings for the next cycle.
      Also reset the warnings counter on end().
    
    ENH: add short-circuit in HashTable::erase(key)
    
    - skip and return false if the table is empty or the key is not found.
      This makes for faster no-op behaviour.
Loading