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
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.
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