Re: [pushed] c++: module std and exception_ptr

2024-06-13 Thread Patrick Palka
On Wed, 12 Jun 2024, Jason Merrill wrote: > Tested x86_64-pc-linux-gnu, applying to trunk. > > -- 8< -- > > exception_ptr.h contains > > namespace __exception_ptr > { > class exception_ptr; > } > using __exception_ptr::exception_ptr; > > so when module std tries to 'export using st

Re: [pushed] c++: module std and exception_ptr

2024-06-13 Thread Jason Merrill
On 6/13/24 11:16, Patrick Palka wrote: On Wed, 12 Jun 2024, Jason Merrill wrote: exception_ptr.h contains namespace __exception_ptr { class exception_ptr; } using __exception_ptr::exception_ptr; so when module std tries to 'export using std::exception_ptr', it names another u