Re: [PATCH v1] libstdc++: Set FMT for complete C++23 mdspan.

2025-07-07 Thread Tomasz Kaminski
On Mon, Jul 7, 2025 at 2:11 PM Luc Grosheintz wrote: > > On 7/7/25 13:30, Tomasz Kaminski wrote: > > Ah, I just missed the other e-mail, and just found it. > > Yes, in that case it makes sense to include it in the patch series. > > You may also update the last two commits. > > I'm not quite sure

Re: [PATCH v1] libstdc++: Set FMT for complete C++23 mdspan.

2025-07-07 Thread Luc Grosheintz
On 7/7/25 13:30, Tomasz Kaminski wrote: Ah, I just missed the other e-mail, and just found it. Yes, in that case it makes sense to include it in the patch series. You may also update the last two commits. I'm not quite sure what you mean by "update the last two commits". Do you mean that I s

Re: [PATCH v1] libstdc++: Set FMT for complete C++23 mdspan.

2025-07-07 Thread Tomasz Kaminski
Ah, I just missed the other e-mail, and just found it. Yes, in that case it makes sense to include it in the patch series. You may also update the last two commits. On Mon, Jul 7, 2025 at 1:27 PM Luc Grosheintz wrote: > > > On 7/7/25 13:24, Tomasz Kaminski wrote: > > On Mon, Jul 7, 2025 at 12:34

Re: [PATCH v1] libstdc++: Set FMT for complete C++23 mdspan.

2025-07-07 Thread Luc Grosheintz
On 7/7/25 13:24, Tomasz Kaminski wrote: On Mon, Jul 7, 2025 at 12:34 PM Luc Grosheintz wrote: On 7/7/25 11:45, Tomasz Kaminski wrote: On Mon, Jul 7, 2025 at 11:41 AM Luc Grosheintz libstdc++-v3/ChangeLog: * include/bits/version.def (mdspan): Set to 202207 and remove

Re: [PATCH v1] libstdc++: Set FMT for complete C++23 mdspan.

2025-07-07 Thread Tomasz Kaminski
On Mon, Jul 7, 2025 at 12:34 PM Luc Grosheintz wrote: > > > On 7/7/25 11:45, Tomasz Kaminski wrote: > > On Mon, Jul 7, 2025 at 11:41 AM Luc Grosheintz > > > wrote: > > > >> libstdc++-v3/ChangeLog: > >> > >> * include/bits/version.def (mdspan): Set to 202207 and remove > >> no_s

Re: [PATCH v1] libstdc++: Set FMT for complete C++23 mdspan.

2025-07-07 Thread Luc Grosheintz
On 7/7/25 11:45, Tomasz Kaminski wrote: On Mon, Jul 7, 2025 at 11:41 AM Luc Grosheintz wrote: libstdc++-v3/ChangeLog: * include/bits/version.def (mdspan): Set to 202207 and remove no_stdname. * include/bits/version.h: Regenerate. * testsuite/23_container

Re: [PATCH v1] libstdc++: Set FMT for complete C++23 mdspan.

2025-07-07 Thread Tomasz Kaminski
On Mon, Jul 7, 2025 at 11:41 AM Luc Grosheintz wrote: > libstdc++-v3/ChangeLog: > > * include/bits/version.def (mdspan): Set to 202207 and remove > no_stdname. > * include/bits/version.h: Regenerate. > * testsuite/23_containers/mdspan/mdspan_ftm.cc: Test presence >

[PATCH v1] libstdc++: Set FMT for complete C++23 mdspan.

2025-07-07 Thread Luc Grosheintz
libstdc++-v3/ChangeLog: * include/bits/version.def (mdspan): Set to 202207 and remove no_stdname. * include/bits/version.h: Regenerate. * testsuite/23_containers/mdspan/mdspan_ftm.cc: Test presence of FTM. Signed-off-by: Luc Grosheintz --- libstdc++-v3/in