Re: [PATCH v6 3/8] libstdc++: Add tests for layout_left.

2025-06-11 Thread Jonathan Wakely
On Thu, 5 Jun 2025 at 12:23, Luc Grosheintz wrote: > > > > On 6/5/25 10:18, Tomasz Kaminski wrote: > > On Wed, Jun 4, 2025 at 5:15 PM Luc Grosheintz > > wrote: > > > >> Implements a suite of tests for the currently implemented parts of > >> layout_left. The individual tests are templated over the

Re: [PATCH v6 3/8] libstdc++: Add tests for layout_left.

2025-06-11 Thread Jonathan Wakely
On Wed, 4 Jun 2025 at 16:15, Luc Grosheintz wrote: > > Implements a suite of tests for the currently implemented parts of > layout_left. The individual tests are templated over the layout type, to > allow reuse as more layouts are added. > > libstdc++-v3/ChangeLog: > > * testsuite/23_conta

Re: [PATCH v6 3/8] libstdc++: Add tests for layout_left.

2025-06-05 Thread Luc Grosheintz
On 6/5/25 10:18, Tomasz Kaminski wrote: On Wed, Jun 4, 2025 at 5:15 PM Luc Grosheintz wrote: Implements a suite of tests for the currently implemented parts of layout_left. The individual tests are templated over the layout type, to allow reuse as more layouts are added. libstdc++-v3/Chang

Re: [PATCH v6 3/8] libstdc++: Add tests for layout_left.

2025-06-05 Thread Tomasz Kaminski
On Wed, Jun 4, 2025 at 5:15 PM Luc Grosheintz wrote: > Implements a suite of tests for the currently implemented parts of > layout_left. The individual tests are templated over the layout type, to > allow reuse as more layouts are added. > > libstdc++-v3/ChangeLog: > > * testsuite/23_cont

[PATCH v6 3/8] libstdc++: Add tests for layout_left.

2025-06-04 Thread Luc Grosheintz
Implements a suite of tests for the currently implemented parts of layout_left. The individual tests are templated over the layout type, to allow reuse as more layouts are added. libstdc++-v3/ChangeLog: * testsuite/23_containers/mdspan/layouts/class_mandate_neg.cc: New test. * tes