Re: [PATCH v4 4/4] libstdc++: Add tests for std::extents.

2025-04-18 Thread Tomasz Kaminski
On Fri, Apr 18, 2025 at 1:37 PM Luc Grosheintz wrote: > A prior commit added std::extents, this commit adds the tests. The bulk > is focussed on testing the constructors. These are split into three > groups: > > 1. the ctor from other extents and the copy ctor, > 2. the ctor from a pack of intege

[PATCH v4 4/4] libstdc++: Add tests for std::extents.

2025-04-18 Thread Luc Grosheintz
A prior commit added std::extents, this commit adds the tests. The bulk is focussed on testing the constructors. These are split into three groups: 1. the ctor from other extents and the copy ctor, 2. the ctor from a pack of integer-like objects, 3. the ctor from shapes, i.e. span and array. For