From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32719 invoked by alias); 23 Jan 2014 10:40:22 -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 32666 invoked by uid 48); 23 Jan 2014 10:40:19 -0000 From: "glisse 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:40: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: glisse 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/msg02425.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58764 --- Comment #14 from Marc Glisse --- (In reply to Jonathan Wakely from comment #13) > On trunk now we have separate (non-explicit) default constructors for deque, > list, vector, map, multimap, set and multiset. Thanks! > Debug and profile modes should be consistent with normal mode. I guess consistency for the noexcept specification is not as important.