Re: [PATCH 01/10] libstdc++: Remove unnecessary 'static' from __is_specialization_of

2024-09-23 Thread Jonathan Wakely
On Tue, 24 Sept 2024, 00:44 Nathaniel Shead, wrote: > Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? > OK, thanks > -- >8 -- > > This makes the declarations internal linkage, which is an ODR issue, and > causes a future modules patch to fail regtest as it now detects attempte

[PATCH 01/10] libstdc++: Remove unnecessary 'static' from __is_specialization_of

2024-09-23 Thread Nathaniel Shead
Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? -- >8 -- This makes the declarations internal linkage, which is an ODR issue, and causes a future modules patch to fail regtest as it now detects attempted uses of TU-local entities in module CMIs. libstdc++-v3/ChangeLog: