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