On 6/27/25 11:44, Jonathan Wakely wrote:
On Fri, 27 Jun 2025 at 10:39, Tomasz Kaminski wrote:
Also, for single patch (not-patch series), you do not need to have [PATCH 0/N],
simple [PATCH] and then [PATCH v2] also works.
Yeah, sending a 0/N cover letter is only useful to describe what a
On Fri, 27 Jun 2025 at 10:39, Tomasz Kaminski wrote:
>
> Also, for single patch (not-patch series), you do not need to have [PATCH
> 0/N], simple [PATCH] and then [PATCH v2] also works.
Yeah, sending a 0/N cover letter is only useful to describe what a
multi-part patch series does. For a single
Also, for single patch (not-patch series), you do not need to have [PATCH
0/N], simple [PATCH] and then [PATCH v2] also works.
On Fri, Jun 27, 2025 at 11:11 AM Tomasz Kaminski
wrote:
>
>
> On Fri, Jun 27, 2025 at 11:06 AM Luc Grosheintz
> wrote:
>
>> libstdc++-v3/ChangeLog:
>>
>> * incl
On Fri, Jun 27, 2025 at 11:06 AM Luc Grosheintz
wrote:
> libstdc++-v3/ChangeLog:
>
> * include/std/mdspan (default_accessor): New class.
> * src/c++23/std.cc.in: Register default_accessor.
> * testsuite/23_containers/mdspan/accessors/default.cc: New test.
> * tests