[PATCH 2/7] libstdc++: Annotate most lambdas with always_inline
Jonathan Wakely
jwakely@redhat.com
Thu Feb 16 14:10:10 GMT 2023
On Wed, 15 Feb 2023 at 20:50, Matthias Kretz via Libstdc++
<libstdc++@gcc.gnu.org> wrote:
>
>
>
> All of the annotated lambdas are simply a necessary means for
> implementing these functions and should never result in an actual
> function call. Many of these lambdas would go away if C++ had better
> language support for packs.
(I hope we'll get p1061 for C++26.)
OK for trunk.
N.B. I noticed some pre-existing cases of a non-reserved name "Parts"
there, which should be fixed (separately from this patch though).
More information about the Libstdc++
mailing list