From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 48BDD384607B; Thu, 25 Apr 2024 10:31:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 48BDD384607B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714041096; bh=ocwc5IzY2iZCaQNF0ZANoiDkxOP98jQFWcU51o+KVE8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pTtOR44gYoqcm6MoznIdcQL0yGXFdwv7FraG/Uolb6RF6ElfR9AywZE6TxHH+zYxo nfzk861/SjRxv/AIr6erWSGMztptIg/mBlEoPnEcvXJZe5NeZW7+1Y1BCSmA7PmFFJ UkZy8kJN0E35tX6Tt2S6ELt1GMoVMmzODZI2EP1s= From: "hokein.wu at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105841] [12 Regression] Change in behavior of CTAD for alias templates Date: Thu, 25 Apr 2024 10:31:35 +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: 12.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: hokein.wu at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 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=3D105841 --- Comment #17 from Haojian Wu --- > IIRC we didn't want to commit to an API for the built-in, and we also did= n't have any motivating use cases for the it within libstdc++. Thanks for the reply. Fair enough.=