On Tue, 27 Oct 2020, Jason Merrill wrote:
> On 10/26/20 5:37 PM, Patrick Palka wrote:
> > In the testcase below, we're overeagerly checking the constraints on
> > the conversion function B::operator bool() as part of finding an
> > implicit conversion sequence from B to const A&.
> >
> > This beh
On 10/26/20 5:37 PM, Patrick Palka wrote:
In the testcase below, we're overeagerly checking the constraints on
the conversion function B::operator bool() as part of finding an
implicit conversion sequence from B to const A&.
This behavior seems to be nonconforming because according to
[over.matc
In the testcase below, we're overeagerly checking the constraints on
the conversion function B::operator bool() as part of finding an
implicit conversion sequence from B to const A&.
This behavior seems to be nonconforming because according to
[over.match.copy] and [over.match.conv], only those co