Re: [PATCH] libstdc++: Add missing feature-test macro in

2025-05-02 Thread Jonathan Wakely
On Fri, 2 May 2025 at 11:12, Jonathan Wakely wrote: > > On Fri, 2 May 2025 at 09:14, Dhruv Chawla wrote: > > > > Per version.syn#2, is required to define > > __cpp_lib_addressof_constexpr as 201603L. > > > > Bootstrapped and tested on aarch64-linux-gnu. > > Thanks, I'll push this to trunk and th

Re: [PATCH] libstdc++: Add missing feature-test macro in

2025-05-02 Thread Jonathan Wakely
On Fri, 2 May 2025 at 09:14, Dhruv Chawla wrote: > > Per version.syn#2, is required to define > __cpp_lib_addressof_constexpr as 201603L. > > Bootstrapped and tested on aarch64-linux-gnu. Thanks, I'll push this to trunk and the gcc-15 and gcc-14 branch. I suppose we should audit our checks for

[PATCH] libstdc++: Add missing feature-test macro in

2025-05-02 Thread Dhruv Chawla
ture-test macro __cpp_lib_addressof_constexpr has wrong value in " +#endif -- 2.44.0 From 9afa53d193ebeddd1682811909e36515fe4a54d7 Mon Sep 17 00:00:00 2001 From: Dhruv Chawla Date: Tue, 8 Apr 2025 01:01:24 -0700 Subject: [PATCH] libstdc++: Add missing feature-test macro in Per version.syn#2, i

Re: [PATCH] libstdc++: Add missing feature-test macro in various headers

2024-08-29 Thread Jonathan Wakely
On Thu, 29 Aug 2024 at 09:12, Dhruv Chawla wrote: > > On 28/08/24 15:40, Jonathan Wakely wrote: > > External email: Use caution opening links or attachments > > > > > > On Wed, 28 Aug 2024 at 06:47, Dhruv Chawla wrote: > >> > >> version.syn#2 requires to define > >> __cpp_lib_allocator_traits_is

[PATCH] libstdc++: Add missing feature-test macro in various headers

2024-08-29 Thread Dhruv Chawla
20ed439aab6532c0d8c66772df0341a4c8c7af4b Mon Sep 17 00:00:00 2001 From: Dhruv Chawla Date: Mon, 26 Aug 2024 11:09:19 +0530 Subject: [PATCH] libstdc++: Add missing feature-test macro in various headers version.syn#2 requires various headers to define __cpp_lib_allocator_traits_is_always_equal. Currently, only was defining

Re: [PATCH] libstdc++: Add missing feature-test macro in

2024-08-28 Thread Jonathan Wakely
On Wed, 28 Aug 2024 at 06:47, Dhruv Chawla wrote: > > version.syn#2 requires to define > __cpp_lib_allocator_traits_is_always_equal. > > The attached patch therefore defines the > __glibcxx_want_allocator_traits_is_always_equal macro to get the > definition of the feature-test macro from . > > Th

[PATCH] libstdc++: Add missing feature-test macro in

2024-08-27 Thread Dhruv Chawla
-by: Dhruv Chawla -- Regards, Dhruv From 40c0b154f2ef11a18fd318008ae366560d4c8d79 Mon Sep 17 00:00:00 2001 From: Dhruv Chawla Date: Mon, 26 Aug 2024 11:09:19 +0530 Subject: [PATCH] libstdc++: Add missing feature-test macro in version.syn#2 requires to define