On 21/12/21 10:08 am, Ryan Long wrote:
> On 12/20/2021 5:03 PM, Chris Johns wrote:
>> On 21/12/21 7:24 am, Ryan Long wrote:
>>
>>> reportList_t reportList;
>> Then make this `reports`.
>>
>>> reportList_t::iterator ritr;
>>> std::string reportName;
>>> - ReportsBas
On 12/20/2021 5:03 PM, Chris Johns wrote:
On 21/12/21 7:24 am, Ryan Long wrote:
Replaced raw pointer used with ReportsBase-derived classes to make code
cleaner and make it to where pointers do not have to be manually
deleted.
Closes #4376
---
tester/covoar/ReportsBase.cc | 21 ++---
On 21/12/21 7:24 am, Ryan Long wrote:
> Replaced raw pointer used with ReportsBase-derived classes to make code
> cleaner and make it to where pointers do not have to be manually
> deleted.
>
> Closes #4376
> ---
> tester/covoar/ReportsBase.cc | 21 ++---
> 1 file changed, 6 in