Re: [PATCH 2/4] libcpp/init: remove unnecessary `struct` keyword

2024-05-14 Thread Richard Biener
On Sat, May 4, 2024 at 5:06 PM Ben Boeckel wrote: > > The initial P1689 patches were written in 2019 and ended up having code > move around over time ended up introducing a `struct` keyword to the > implementation of `cpp_finish`. Remove it to match the rest of the file > and its declaration in th

[PATCH 2/4] libcpp/init: remove unnecessary `struct` keyword

2024-05-04 Thread Ben Boeckel
The initial P1689 patches were written in 2019 and ended up having code move around over time ended up introducing a `struct` keyword to the implementation of `cpp_finish`. Remove it to match the rest of the file and its declaration in the header. Fixes: 024f135a1e9 (p1689r5: initial support, 2023