From owner-freebsd-toolchain@FreeBSD.ORG Mon Nov 26 21:36:29 2012 Return-Path: Delivered-To: toolchain@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05689178 for ; Mon, 26 Nov 2012 21:36:29 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id AE8ED8FC17 for ; Mon, 26 Nov 2012 21:36:28 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:5996:6a9e:9a88:4013] (unknown [IPv6:2001:7b8:3a7:0:5996:6a9e:9a88:4013]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id C3CCB5C37; Mon, 26 Nov 2012 22:36:26 +0100 (CET) Message-ID: <50B3E0D5.8090304@FreeBSD.org> Date: Mon, 26 Nov 2012 22:36:21 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: David Chisnall Subject: Re: [patch][libc++]using some undeclared functions with -std=c++98, -std=c++03 or -ansi References: <50AEB0A1.3090803@kbh.biglobe.ne.jp> <50AFEA5D.2020607@FreeBSD.org> <76D35059-88C3-49F3-A871-3402A49875CD@theravensnest.org> <50B255EC.9040602@FreeBSD.org> In-Reply-To: <50B255EC.9040602@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: toolchain@FreeBSD.org X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2012 21:36:29 -0000 On 2012-11-25 18:31, Dimitry Andric wrote: ... > I have posted a proposed patch to the upstream mailing list here: > > http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20121119/068587.html > > If it is accepted as-is, I will merge it immediately. Upstream committed the patch after some explanation, and I merged it to head in r243572.