Re: [PATCH 1/3] c++: Introduce USING_DECLs for non-function usings [PR114683]

2024-07-08 Thread Jason Merrill
On 7/6/24 10:06 PM, Nathaniel Shead wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? -- >8 -- With modules, a non-function using-declaration is not completely interchangable with the declaration that it refers to; in particular, such a using-declaration may be exported wi

[PATCH 1/3] c++: Introduce USING_DECLs for non-function usings [PR114683]

2024-07-06 Thread Nathaniel Shead
Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? -- >8 -- With modules, a non-function using-declaration is not completely interchangable with the declaration that it refers to; in particular, such a using-declaration may be exported without revealing the name of the entity it ref