Re: [PATCH v3 5/9] libstdc++: Add tests for layout_left.

2025-05-22 Thread Tomasz Kaminski
On Wed, May 21, 2025 at 12:00 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_co

[PATCH v3 5/9] libstdc++: Add tests for layout_left.

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