Re: [PATCH 2/2 v3] libstdc++: add std::is_virtual_base_of

2024-10-05 Thread Patrick Palka
On Fri, 2 Aug 2024, Jonathan Wakely wrote: > On Fri, 2 Aug 2024 at 10:35, Giuseppe D'Angelo wrote: > > > > Hello, > > > > On 31/07/2024 00:55, Jonathan Wakely wrote: > > > If __cpp_lib_is_virtual_base_of depends on __has_builtin, then that > > > will do the right thing for #ifdef __cpp_lib_is_virt

Re: [PATCH 2/2 v3] libstdc++: add std::is_virtual_base_of

2024-08-02 Thread Jonathan Wakely
On Fri, 2 Aug 2024 at 10:35, Giuseppe D'Angelo wrote: > > Hello, > > On 31/07/2024 00:55, Jonathan Wakely wrote: > > If __cpp_lib_is_virtual_base_of depends on __has_builtin, then that > > will do the right thing for #ifdef __cpp_lib_is_virtual_base_of in > > . > > Third time's the charm, I hope; c

Re: [PATCH 2/2 v3] libstdc++: add std::is_virtual_base_of

2024-08-02 Thread Giuseppe D'Angelo
Hello, On 31/07/2024 00:55, Jonathan Wakely wrote: If __cpp_lib_is_virtual_base_of depends on __has_builtin, then that will do the right thing for #ifdef __cpp_lib_is_virtual_base_of in . Third time's the charm, I hope; clang trunk seems to like this. Thank you, -- Giuseppe D'Angelo From 7e81