Re: [PATCH v3 2/3] libstdc++: Prepare test code for default_accessor for reuse.

2025-07-23 Thread Tomasz Kaminski
Pushed to the trunk. On Wed, Jul 23, 2025 at 1:22 PM Tomasz Kaminski wrote: > I plan to merge this to trunk with one change to message, as mentioned > below, > to reduce the number of commits that will be piling up to get approved. > > On Wed, Jul 23, 2025 at 11:30 AM Luc Grosheintz > wrote: >

Re: [PATCH v3 2/3] libstdc++: Prepare test code for default_accessor for reuse.

2025-07-23 Thread Tomasz Kaminski
I plan to merge this to trunk with one change to message, as mentioned below, to reduce the number of commits that will be piling up to get approved. On Wed, Jul 23, 2025 at 11:30 AM Luc Grosheintz wrote: > All test code of default_accessor can be reused. This commit moves > the reuseable code i

[PATCH v3 2/3] libstdc++: Prepare test code for default_accessor for reuse.

2025-07-23 Thread Luc Grosheintz
All test code of default_accessor can be reused. This commit moves the reuseable code into a file generic.cc and prepares the tests for reuse with aligned_accessor. The AllocatorTrait creates a unified interface for creating both default_accessor and aligned_accessor typenames. libstdc++-v3/Chang