From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20048 invoked by alias); 17 Oct 2008 22:46:00 -0000 Received: (qmail 20032 invoked by uid 22791); 17 Oct 2008 22:46:00 -0000 X-Spam-Check-By: sourceware.org Received: from rgminet01.oracle.com (HELO rgminet01.oracle.com) (148.87.113.118) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 17 Oct 2008 22:45:18 +0000 Received: from rgmgw2.us.oracle.com (rgmgw2.us.oracle.com [138.1.186.111]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id m9HMjEVP022807; Fri, 17 Oct 2008 16:45:15 -0600 Received: from acsmt704.oracle.com (acsmt704.oracle.com [141.146.40.82]) by rgmgw2.us.oracle.com (Switch-3.2.4/Switch-3.2.4) with ESMTP id m9HMjDh3015711; Fri, 17 Oct 2008 16:45:13 -0600 Received: from [192.168.0.2] (/82.61.145.207) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 17 Oct 2008 15:45:12 -0700 Message-ID: <48F91575.3000704@oracle.com> Date: Sat, 18 Oct 2008 09:00:00 -0000 From: Paolo Carlini User-Agent: Thunderbird 2.0.0.17 (X11/20080922) MIME-Version: 1.0 To: Doug Gregor CC: Gcc Patch List , libstdc++ Subject: Re: [v3] Fix C++0x pair constructors References: <24b520d20810171437sa477249sc6860cff7c0670c6@mail.gmail.com> In-Reply-To: <24b520d20810171437sa477249sc6860cff7c0670c6@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2008-10/txt/msg00768.txt.bz2 Doug Gregor wrote: > Tested i686-pc-linux-gnu; no regressions. > Approved for mainline of course, thanks Doug. Now I can also confidently implement the "emplace" additions to map / multimap / ... which rely on a sane std::pair. Thanks again, Paolo.