On Tue, 26 Nov 2024, Jason Merrill wrote:
> Tested x86_64-pc-linux-gnu, OK for trunk?
>
> -- 8< --
>
> Some tests were failing due to the exported using declaration of iter_move
> conflicting with friend declarations; the exported using needs to be in the
> inline namespace, like the customizati
On Wed, 27 Nov 2024, 04:56 Jason Merrill, wrote:
> Tested x86_64-pc-linux-gnu, OK for trunk?
>
OK, thanks.
I'll make the change to use hidden friends for the __normal_iterator ops.
> -- 8< --
>
> Some tests were failing due to the exported using declaration of iter_move
> conflicting with fr