>> Just a guess, but maybe making the type global instead of a local type
>> (with no linkage) will solve it:
>>
>> --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx11.cc
>> +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx11.cc
>> @@ -63,6 +63,11 @@ struct datum
>>
>> std::unique
Dear contributor, our automatic CI has detected problems related to your
patch(es). Please find some details below. If you have any questions, please
follow up on linaro-toolchain@lists.linaro.org mailing list, Libera's
#linaro-tcwg channel, or ping your favourite Linaro toolchain developer on
On Wed, 13 Mar 2024 at 20:53, Tom Tromey wrote:
>
> >> Just a guess, but maybe making the type global instead of a local type
> >> (with no linkage) will solve it:
> >>
> >> --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx11.cc
> >> +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx