Skip to content
Snippets Groups Projects
Commit 36719bf5 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: consistent lookupOrDefault template parameters

- 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
parent 568fbf72
Branches
Tags
No related merge requests found
Showing
with 47 additions and 47 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment