Re: [RFC] Implement mdspan.

2025-06-11 Thread Tomasz Kaminski
Hi Luc, Just to set some expectations, next week we will be participating in C++ committee meeting, so my availability for review will be limited in the next two weeks. Regards, Tomasz On Wed, Jun 11, 2025 at 3:21 PM Luc Grosheintz wrote: > This patch completes the C++23 part of and must be a

[RFC] Implement mdspan.

2025-06-11 Thread Luc Grosheintz
This patch completes the C++23 part of and must be applied after the default_accessor patch. A question for review: Should we add additional tests, that check that the implementation works with custom layouts, accessors and data_handle_types? It's shared now to allow developers working on linear