From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B72A83858D38; Mon, 3 Oct 2022 19:28:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B72A83858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664825298; bh=S99l0HqGroaNQhoG6XZraZIb/JqrmoiCSYACL/O124s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CNMkvXKyu2Uce4wW1FwesRghlrmdHC2EEPS4hXdO328mn1yCt61PRGLSZVxw814Gh /v3gzXaP64WU5T2kdatzHIk1SM8D+Yem0qBRvWVOMCVr4+a73rUvmi3FvCGeV4dpI1 NBkHhitgcy4POaV221CDlvHTLV1oobdlxR/kYfys= From: "arsen at aarsen dot me" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/107135] array::at() method should not be in for freestanding C++ Date: Mon, 03 Oct 2022 19:28:18 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: arsen at aarsen dot me 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: cc 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=3D107135 Arsen Arsenovi=C4=87 changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arsen at aarsen dot me --- Comment #1 from Arsen Arsenovi=C4=87 --- I'm not so sure, exceptions are explicitly mentioned (and specified to just std::terminate if not possible/disabled) in P1642. The paper defers handling these headers for later. With the exceptions note in mind, what forward compatibility issue do you have in mind?=