Re: [PATCH v3 3/5] libstdc++: Restructure mdspan tests to reuse IntLike.

2025-07-07 Thread Jonathan Wakely
On Mon, 7 Jul 2025 at 09:59, Tomasz Kaminski wrote: > > > On Fri, Jul 4, 2025 at 10:37 AM Luc Grosheintz > wrote: >> >> The class IntLike is used for testing extents with user-defined classes >> that convert to int. This commit places the class into a separate header >> file. This allows it to b

Re: [PATCH v3 3/5] libstdc++: Restructure mdspan tests to reuse IntLike.

2025-07-07 Thread Tomasz Kaminski
On Fri, Jul 4, 2025 at 10:37 AM Luc Grosheintz wrote: > The class IntLike is used for testing extents with user-defined classes > that convert to int. This commit places the class into a separate header > file. This allows it to be reused across different parts of the mdspan > related testsuite.

[PATCH v3 3/5] libstdc++: Restructure mdspan tests to reuse IntLike.

2025-07-04 Thread Luc Grosheintz
The class IntLike is used for testing extents with user-defined classes that convert to int. This commit places the class into a separate header file. This allows it to be reused across different parts of the mdspan related testsuite. libstdc++-v3/ChangeLog: * testsuite/23_containers/mdsp