Skip to content
  • Mark OLESEN's avatar
    ENH: replace autoPtr<bool> with Switch (#2777) · 52104309
    Mark OLESEN authored
    - initialise with Switch::INVALID and then test if good() to
      trigger the initial update.
    
      This avoids some overhead, but primarily avoids ambiguity with
      implicit casting to a 'bool' that autoPtr<bool> has.
    52104309