Date: Tue, 12 May 2026 14:00:02 +0000
On Monday, May 11th, 2026 at 8:44 PM, Anoop Rana via Std-Discussion <std-discussion_at_[hidden]> wrote:
> Looks like namespace.udecl#14 makes this ill-formed.
The declaration is accessible, though. This is fine:
struct Derived : Middle { decltype(::Base::member) member2; };
(gcc rejects it, but this looks like a bug).
> Looks like namespace.udecl#14 makes this ill-formed.
The declaration is accessible, though. This is fine:
struct Derived : Middle { decltype(::Base::member) member2; };
(gcc rejects it, but this looks like a bug).
Received on 2026-05-12 14:00:11
