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

2025-07-08 Thread Tomasz Kaminski
On Thu, Jul 3, 2025 at 12:36 PM Luc Grosheintz wrote: > 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 > d

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

2025-07-03 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