[PATCH] c++, libstdc++, v2: Implement current_{function, class, namespace} metafn addition from P3795R2
Jonathan Wakely
jwakely.gcc@gmail.com
Sat Mar 28 17:48:29 GMT 2026
On Sat, 28 Mar 2026 at 17:01, Jakub Jelinek <jakub@redhat.com> wrote:
>
> On Fri, Mar 27, 2026 at 05:40:31PM +0100, Jakub Jelinek wrote:
> > The following patch implements addition of std::meta::current_function,
> > std::meta::current_class, std::meta::current_namespace metafunctions
> > from P3795R2 - Miscellaneous Reflection Cleanup paper.
>
> Reposting as no longer RFC PATCH.
> Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?
>
The library parts are OK, thanks.
More information about the Libstdc++
mailing list