On Wed, 1 Oct 2025 at 06:16, François Dumont <[email protected]> wrote: > > Hi > > Minor patch, just need to confirm that constexpr implies inline, no ?
That's correct. This is a good cleanup. > > libstdc++: Avoid _GLIBCXX20_CONSTEXPR in C++ >= 20 code section > > libstdc++-v3/ChangeLog: > > * include/std/vector (std::erase_if): Replace > _GLIBCXX20_CONSTEXPR > with 'constexpr' and remove implied 'inline' keyword. > > Ok to commit ? OK, thanks.
