From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BBDA83858C36; Tue, 8 Nov 2022 22:21:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BBDA83858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667946098; bh=StQ7bZUfoz8Jg/LAYBgoP/pkNTB294e9mTwOW3eTVWo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oi59hSEEhqcoBUHQn1LbRGvOPo+b7YWnvPc1uQCxo95fXzjL7IPFQfJctxcB1sAlO z4IsykFw4HEyRP/WDm5Sfw+xhoh8KQgbIY99sBXWecw0nkGq3iIBbEOJeupec/x3z5 mOyYMarzIe+nc7/2ovPVHoOY1lsaVObNX0jMVxEI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/107580] std::vector parameter cannot be inferred with -D_GLIBCXX_USE_CXX11_ABI=0 Date: Tue, 08 Nov 2022 22:21:30 +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: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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=3D107580 --- Comment #1 from Andrew Pinski --- I think this is expected this is why there was a need for the new implementation of std::string and why there was a new ABI. the old std::str= ing is not C++11 compatiable at all. I suspect this is a won't fix.=