From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A52423858D37; Sat, 18 Nov 2023 18:09:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A52423858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700330956; bh=07vyP5s+xZpNM1it+9xZPaLt1KcfBAXXMlxS6xi44A4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dmUB7wqlDgVnZrULBUxFXgPUm8rvswtUw4y1Dx6zHXVgj6OsrDbkVUpYmDKkKxD5n Ue/5C+fn6L+Q8gIyEI8ZdYvPp/ftRnnxlk9DMl0uV2lx23B3NR/a/supXs5opzPbYU B8dtKUF2+iT29UUDOTB4oI2dZmA32PEU0o3YJmPA= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/112607] : _Normalize does not consider char_type for the basic_string_view case Date: Sat, 18 Nov 2023 18:09:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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=3D112607 --- Comment #1 from Jonathan Wakely --- That is not a valid specialization since it doesn't depend on a program-def= ined type.=