On Fri, 22 May 2020, Patrick Palka wrote:

> When comparing two special member function templates to see if one hides
> the other (as per P0848R3), we need to check satisfaction which we can't
> do on templates.  So this patch makes add_method skip the eligibility
> test on member function templates and just lets them coexist.
> 
> Passes 'make check-c++', does this look OK to commit to master and later
> to the 10 branch?

... after a full bootstrap and regtest on x86_64-pc-linux-gnu, of
course.

Reply via email to