[PATCH] libstdc++: Rewrite std::variant comparisons without macros
Jonathan Wakely
jwakely@redhat.com
Wed May 15 09:21:01 GMT 2024
On Tue, 7 May 2024 at 14:51, Ville Voutilainen
<ville.voutilainen@gmail.com> wrote:
>
> On Tue, 7 May 2024 at 16:47, Jonathan Wakely <jwakely@redhat.com> wrote:
> >
> > I don't think using a macro for these really saves us much, we can do
> > this to avoid duplication instead. And now it's not a big, multi-line
> > macro that's a pain to edit.
> >
> > Any objections?
>
> No, that's beautiful, ship it.
Pushed to trunk.
More information about the Libstdc++
mailing list