On Mon, Feb 27, 2023 at 06:21:13PM -0500, Jason Merrill wrote:
> On 2/23/23 10:54, Marek Polacek wrote:
> > On Thu, Feb 23, 2023 at 10:17:22AM -0500, Patrick Palka wrote:
> > > On Wed, 22 Feb 2023, Marek Polacek wrote:
> > >
> > > > In this test, we get a bogus error because we failed to deduce th
On 2/23/23 10:54, Marek Polacek wrote:
On Thu, Feb 23, 2023 at 10:17:22AM -0500, Patrick Palka wrote:
On Wed, 22 Feb 2023, Marek Polacek wrote:
In this test, we get a bogus error because we failed to deduce the auto in
constexpr auto is_pointer_v = is_pointer::value;
to bool. Then ensure_lite
On Thu, Feb 23, 2023 at 10:17:22AM -0500, Patrick Palka wrote:
> On Wed, 22 Feb 2023, Marek Polacek wrote:
>
> > In this test, we get a bogus error because we failed to deduce the auto in
> > constexpr auto is_pointer_v = is_pointer::value;
> > to bool. Then ensure_literal_type_for_constexpr_obje
On Wed, 22 Feb 2023, Marek Polacek wrote:
> In this test, we get a bogus error because we failed to deduce the auto in
> constexpr auto is_pointer_v = is_pointer::value;
> to bool. Then ensure_literal_type_for_constexpr_object thinks the object
> isn't literal and an error is reported.
>
> This
In this test, we get a bogus error because we failed to deduce the auto in
constexpr auto is_pointer_v = is_pointer::value;
to bool. Then ensure_literal_type_for_constexpr_object thinks the object
isn't literal and an error is reported.
This is another case of the interaction between tf_partial a