From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 649353858D33; Tue, 14 Feb 2023 20:12:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 649353858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676405533; bh=Na7fZcSi2nFtZZESENKarXH7oKFbaH7j+sZLkZdSGdQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cID9CW+3NnW6KjMq7xanbbgLrRHee2fioJSOxAS2hdc4CbTcOSKJ/cBA9RTa1F3az 0LkXzZC5iWZhpz/vWWSSfQDy5p6kcJFrN2mz9Eb6DkA8Lg5fndazir2VTRSnF3wdnz wEHYF2I2h63Gjqcwr/DPF06hmOUUY2u1MuTZm5c0= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108788] Lookup of injected class name should be type-dependent Date: Tue, 14 Feb 2023 20:12:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108788 --- Comment #1 from Andrew Pinski --- I suspect this is related to the C++ paper: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1787r6.html=