On 16/7/21 12:22 pm, Alex White wrote:
>
> On Thu, Jul 15, 2021 at 1:20 AM Chris Johns wrote:
>>
>> On 15/7/21 12:45 pm, Alex White wrote:
>> > On Tue, Jul 6, 2021 at 7:55 PM Chris Johns wrote:
>> >>
>> >> On 3/7/21 5:56 am, Alex White wrote:
>> >> > On Wed, Jun 30, 2021 at 11:40 PM wrote:
>> >
On Thu, Jul 15, 2021 at 1:20 AM Chris Johns wrote:
>
> On 15/7/21 12:45 pm, Alex White wrote:
> > On Tue, Jul 6, 2021 at 7:55 PM Chris Johns wrote:
> >>
> >> On 3/7/21 5:56 am, Alex White wrote:
> >> > On Wed, Jun 30, 2021 at 11:40 PM wrote:
> >> >>
> >> >> From: Chris Johns
> >> >>
> >> >> -
On 15/7/21 12:45 pm, Alex White wrote:
> On Tue, Jul 6, 2021 at 7:55 PM Chris Johns wrote:
>>
>> On 3/7/21 5:56 am, Alex White wrote:
>> > On Wed, Jun 30, 2021 at 11:40 PM wrote:
>> >>
>> >> From: Chris Johns
>> >>
>> >> - The member variable `path_` cannot be a reference and initialised to
>> >
On Tue, Jul 6, 2021 at 7:55 PM Chris Johns wrote:
>
> On 3/7/21 5:56 am, Alex White wrote:
> > On Wed, Jun 30, 2021 at 11:40 PM wrote:
> >>
> >> From: Chris Johns
> >>
> >> - The member variable `path_` cannot be a reference and initialised to
> >> a const char* type input. To do so would requ
On 3/7/21 5:56 am, Alex White wrote:
> On Wed, Jun 30, 2021 at 11:40 PM wrote:
>>
>> From: Chris Johns
>>
>> - The member variable `path_` cannot be a reference and initialised to
>> a const char* type input. To do so would require there is a temporary with
>> an unspecified life time.
>> ---
On Wed, Jun 30, 2021 at 11:40 PM wrote:
>
> From: Chris Johns
>
> - The member variable `path_` cannot be a reference and initialised to
> a const char* type input. To do so would require there is a temporary with
> an unspecified life time.
> ---
> tester/covoar/AddressToLineMapper.h | 2 +-
From: Chris Johns
- The member variable `path_` cannot be a reference and initialised to
a const char* type input. To do so would require there is a temporary with
an unspecified life time.
---
tester/covoar/AddressToLineMapper.h | 2 +-
tester/covoar/Target_aarch64.h | 2 +-
2 files ch