From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 14DC43858C56; Thu, 18 Jan 2024 15:55:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 14DC43858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705593321; bh=oAotvQ3qm9a0cQ3eScwBP7NEMjzOGSVv3CER2mQ52P4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ExcGW2MeGHMx6OFBU6XipqMK8r9bHqrgFKp+gFa/8Q/aBCxa8gF1/VpNKQ15Jkje1 4wy/8PA036GNf8cUjC5BkCrqLHqSw73R28lX71Px+mDiGv0wa7I9CjDfwzUS1CMIeJ zI5gYSSCFGgEmMH+7/aw89WYbdf4gqa9UXkuE+Ww= From: "johelegp at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/99493] Address of template parameter object is not a valid template argument Date: Thu, 18 Jan 2024 15:55:20 +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: 11.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: johelegp at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 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=3D99493 --- Comment #8 from Johel Ernesto Guerrero Pe=C3=B1a --- Thank you!=