[PATCH v1 3/4] ConfigFile: Convert to C++

2021-12-08 Thread Ryan Long
--- tester/covoar/ConfigFile.cc | 79 + tester/covoar/ConfigFile.h | 2 +- 2 files changed, 31 insertions(+), 50 deletions(-) diff --git a/tester/covoar/ConfigFile.cc b/tester/covoar/ConfigFile.cc index c16b64a..5c8949e 100644 --- a/tester/covoar/Conf

Re: [PATCH v1 3/4] ConfigFile: Convert to C++

2021-12-08 Thread Chris Johns
On 9/12/21 2:15 am, Ryan Long wrote: > --- > tester/covoar/ConfigFile.cc | 79 > + > tester/covoar/ConfigFile.h | 2 +- > 2 files changed, 31 insertions(+), 50 deletions(-) > > diff --git a/tester/covoar/ConfigFile.cc b/tester/covoar/ConfigFile.cc >