From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 40CBC3858D20; Fri, 11 Aug 2023 21:05:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 40CBC3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691787955; bh=pPjKlwS+MLbzfCubzaQB/UqLeIYwbrQ32cRiMsmD3/U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IwuEayTtNr/CjZMzO9whPomWuLNzXDDe7sYZ9kGtsHs/Hs3n/ACngeCvuUnWnf6DW MF/QrFKkSn2dNybAuvZVtq96P7SeU3AS+pQsVGz/0STxXEqe5SUOUB7vqojf8x6KHU 9yBfGUGCfI5Bgxtd6yuW+3q3zT0bXiQ2B02qD/KY= From: "jason at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/8665] [DR727] explicit specialization of the member class template of a class template Date: Fri, 11 Aug 2023 21:05:54 +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: 3.2 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: jason at gcc dot gnu.org X-Bugzilla-Status: REOPENED 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: short_desc cc bug_status resolution 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=3D8665 Jason Merrill changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|explicit specialization of |[DR727] explicit |the member class template |specialization of the |of a class template |member class template of a | |class template CC| |jason at gcc dot gnu.org, | |ppalka at gcc dot gnu.org Status|RESOLVED |REOPENED Resolution|INVALID |--- --- Comment #5 from Jason Merrill --- This was made valid in C++17 (and retroactively) by CWG727.=