From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 58A1F385C335; Wed, 24 Aug 2022 14:21:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 58A1F385C335 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661350877; bh=Xe99upvoLEgmMGFiwRtn0xPRJIR+59yCoMUWAVN21wM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wvQijLJV64+r8MlRtFguYLs23lYrN8D6P6wEogWfzz59RJ3P8FAUUoGhCPA9HQLaO 7XSS2LP3wAO61O8u2Z/7AVvwW/OBQrLVJJ14txV+OIg/oCaI9Ref5U6tkxquUW/ChJ MMFFsRry4vR6i7sfT3YCnsA9s5EW5HWJqo0w+wAk= From: "jakob at schmutz dot co.uk" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106734] [requires] std::same_as in compound requirements doesn't produce expected result Date: Wed, 24 Aug 2022 14:21:17 +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.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakob at schmutz dot co.uk 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=3D106734 --- Comment #5 from jakob at schmutz dot co.uk --- oh I see `std::same_as` is false=