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
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
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
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
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
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
-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