Skip to content
  • Mark OLESEN's avatar
    STYLE: consistent lookupOrDefault template parameters · 36719bf5
    Mark OLESEN authored
    - in many cases can just use lookupOrDefault("key", bool) instead of
      lookupOrDefault<bool> or lookupOrDefault<Switch> since reading a
      bool from an Istream uses the Switch(Istream&) anyhow
    
    STYLE: relocated Switch string names into file-local scope
    36719bf5