From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2430 invoked by alias); 23 Jan 2014 10:44:21 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 2395 invoked by uid 48); 23 Jan 2014 10:44:16 -0000 From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/58764] [4.9 Regression] [lwg/2193] error:=?UTF-8?Q?=20converting=20to=20=E2=80=98const=20std?=::vector >=?UTF-8?Q?=E2=80=99=20from=20initializer=20list=20would=20use=20explicit=20constructor?= Date: Thu, 23 Jan 2014 10:44:00 -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: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-01/txt/msg02427.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58764 --- Comment #15 from Jonathan Wakely --- (In reply to Marc Glisse from comment #14) > I guess consistency for the noexcept specification is not as important. Since those noexcept specs are not required by the standard I'm not too concerned about it for now. It would be nice to address at some point, so that debug mode containers take the same code paths for anything that depends on nothrow specs. I don't care about profile mode at all ;-) Thanks for your help and code reviews with this.