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_virtual_base_of in > > > <type_traits>. > > > > Third time's the charm, I hope; clang trunk seems to like this. > > Yup, this looks good now, thanks! > > Once your patch to add the built-in is approved, we can add this.
Now that the built-in patch has been approved and pushed (as r15-3993-g1b7cfa715c6c02) I went ahead and pushed this one as r15-4087-g9fc5b8f956948e. Thanks again!