From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 071C23854142; Mon, 3 Oct 2022 20:26:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 071C23854142 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664828813; bh=5gYXr+g5ktvl42SlFb0lz9VXMlXkS5j1y/IMh/X1czc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s6sJRXZ1Pei6dJ/3fEeMJOwDN2FvZgBaIbfoec0QSM9yI+UPbi4r9JbKcbokSYAJa 9x3JmclqUVf7wiYiUkHeRN+5c7l2sMurEpmnCfsTNW/++OyuLoHx6A3y5vLOuYk4mH XMBBe7ANFtJ0wgwjDN51zG/R50hGSGoDtEoUDNsU= From: "unlvsur at live dot com" 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 20:26:52 +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: unlvsur at live dot com 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=3D107135 --- Comment #4 from cqwrteur --- (In reply to Jonathan Wakely from comment #3) > Created attachment 53662 [details] > Define function for freestanding >=20 > I think I prefer this direction. Well i guess it would only work for sub classes of logic_error and bad_allo= c. Herb Sutter said those EH will be terminate in the future even it is for hosted? I think a consistent behavior between freestanding and hosted are v= ery important. Speaking the same words with different languages is just like spelling Chinese Words for Japanese Words, they are super confusing.=