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