Re: [PATCH v6 7/8] libstdc++: Add tests for layout_stride.

2025-06-11 Thread Jonathan Wakely
On Wed, 4 Jun 2025 at 16:26, Luc Grosheintz wrote: > > Implements the tests for layout_stride and for the features of the other > two layouts that depend on layout_stride. > > libstdc++-v3/ChangeLog: > > * testsuite/23_containers/mdspan/layouts/class_mandate_neg.cc: Add > tests for

Re: [PATCH v6 7/8] libstdc++: Add tests for layout_stride.

2025-06-05 Thread Tomasz Kaminski
On Wed, Jun 4, 2025 at 5:26 PM Luc Grosheintz wrote: > Implements the tests for layout_stride and for the features of the other > two layouts that depend on layout_stride. > > libstdc++-v3/ChangeLog: > > * testsuite/23_containers/mdspan/layouts/class_mandate_neg.cc: Add > tests fo

[PATCH v6 7/8] libstdc++: Add tests for layout_stride.

2025-06-04 Thread Luc Grosheintz
Implements the tests for layout_stride and for the features of the other two layouts that depend on layout_stride. libstdc++-v3/ChangeLog: * testsuite/23_containers/mdspan/layouts/class_mandate_neg.cc: Add tests for layout_stride. * testsuite/23_containers/mdspan/layouts/c