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

2025-05-30 Thread Luc Grosheintz
On 5/28/25 14:49, Tomasz Kaminski wrote: On Mon, May 26, 2025 at 4:21 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/Cha

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

2025-05-26 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