commit | 25511a1cd4c61e4058e97a6a5f9fb8c18d290862 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Aug 04 16:32:28 2022 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Aug 30 20:09:48 2022 +0000 |
tree | b8c95bf2fc4de77ba680db3afe17432bcd96542d | |
parent | a809f92e05bfbb07414a77cda64d5d75f3ad1bce [diff] |
config_parser: Cleanups and modern c++ standards This was exposing many functions and semantics that are unused by the application. The goal is to simplify the interface and convert to using types like `string_view` and referenceable lists where possible. Change-Id: I4cba6326f9a96a943d384165e656f8589f931959 Signed-off-by: William A. Kennington III <wak@google.com>