Re: [PATCH v1 1/2] libstdc++: Strengthen exception guarantee for mdspan methods.

2025-07-21 Thread Tomasz Kaminski
On Mon, Jul 21, 2025 at 2:45 PM Jonathan Wakely wrote: > > > On Mon, 21 Jul 2025, 12:08 Luc Grosheintz, > wrote: > >> The mdspan::is_{,always}_{unique,strided,exhaustive} methods only call >> their counterparts in mdspan::mapping_type. The standard specifies that >> the methods of mdspan::mappin

Re: [PATCH v1 1/2] libstdc++: Strengthen exception guarantee for mdspan methods.

2025-07-21 Thread Jonathan Wakely
On Mon, 21 Jul 2025, 12:08 Luc Grosheintz, wrote: > The mdspan::is_{,always}_{unique,strided,exhaustive} methods only call > their counterparts in mdspan::mapping_type. The standard specifies that > the methods of mdspan::mapping_type are noexcept, but doesn't specify if > the methods of mdspan a