Re: [PATCH v2] libstdc++: Rename _S-prefixed identifiers in .

2025-09-20 Thread Jonathan Wakely
On Wed, 10 Sept 2025 at 11:12, Luc Grosheintz wrote: > > In libstdc++ the prefix _S is used for static members only. In > there's several type aliases that also used the prefix _S. They now use > a single leading underscore follow by a capital letter instead. OK for trunk, thanks. > > libstdc++

Re: [PATCH v2] libstdc++: Rename _S-prefixed identifiers in .

2025-09-10 Thread Tomasz Kaminski
On Wed, Sep 10, 2025 at 12:33 PM Jonathan Wakely wrote: > On Wed, 10 Sept 2025 at 11:12, Luc Grosheintz > wrote: > > > > In libstdc++ the prefix _S is used for static members only. In > > there's several type aliases that also used the prefix _S. They now use > > a single leading underscore fol

[PATCH v2] libstdc++: Rename _S-prefixed identifiers in .

2025-09-10 Thread Luc Grosheintz
In libstdc++ the prefix _S is used for static members only. In there's several type aliases that also used the prefix _S. They now use a single leading underscore follow by a capital letter instead. libstdc++-v3/ChangeLog: * include/std/mdspan (_ExtentsStorage::_Base): New name for