X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=G/
	YTdHWnYNtF228JtDE41brcbJlfr/JuKzOFAVm5rSrHPsorqI5iTMKrLRd+zuhCaq
	n4SW0Xqq+9fHPBGeN15I/CJVuHeiMqpvtO1Ss3YoXYTCy02oiYWOBRqF/kzAglvi
	/VdcOmIaXFuP9QXtB1uU2eGQqZuiz002avE990oUw=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=+0sJv6ep
	mDddQRY2oxdYw/KH4ho=; b=tE2BDfKax7DpxYxk0B7S1n6lqCbpvyKSGY6Sa1PN
	YOP3NYbaWpzVxPkFTuERUtNONYJK/NHfLaBYvDpfQxH0196AQkyxlaXKj8zJUxQ3
	mssIIMIS4SOTqOg4tOX8Vz1bp/M+iemJTiXpIxuW8eVKiU0sM91ePkYKFUGYy+Ot
	VZI=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-yk0-f171.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:in-reply-to:references:date         :message-id:subject:from:to:content-type;        bh=ZfAM9RGpiFxgb3XcNZzkqWxz7hgo/Qeo56hpuYJ8clQ=;        b=A7dkL51wxRyiqBpFVRv4M38Dcav4VnVRNxQe337xf7mBvGSqZY8dTdSewfXTRxatbJ         91t2d6rHMQd5CZHwDVrF5Zlb/FEv+aUN4hpIdZIi1hQBDfw+M/IvZmwrLXedEXlqhJjY         bprRGorUr6fVRVRxArKKQlxi19+sNCU+WstaXY8zDoP5ZeVBC3NhLlMZqGVQihYlCoLm         1chL0lG90QI/cs9UhtMoIgjgI7c3WYq1I5VITtLR5UW6meP948o3kUJ7uxkmUv9MP9Hb         gODeon2CdV/zMXrP4gII+gY6jlR0hhR52jdbr99DVX2pYDefEp50KE9HMQaOXflmKDjm         DtSw==
X-Gm-Message-State: ALoCoQnRZuMc3DPfY6fhcJrRSP4aH0W/iZxnMLTFXROuWDrYyEdwV357UObE0q69EL3Di/ch411s
MIME-Version: 1.0
X-Received: by 10.129.38.213 with SMTP id m204mr19640915ywm.74.1445706015840; Sat, 24 Oct 2015 10:00:15 -0700 (PDT)
In-Reply-To: <BN3PR03MB14323D6B1DD4FE6AE80F0A55C2250@BN3PR03MB1432.namprd03.prod.outlook.com>
References: <BN3PR03MB14323D6B1DD4FE6AE80F0A55C2250@BN3PR03MB1432.namprd03.prod.outlook.com>
Date: Sat, 24 Oct 2015 10:00:15 -0700
Message-ID: <CAOC2fq-ZhoyhdByQ8+Q64Wf_FjYQpD1VKvZ-PR9buCNXVEBJgg@mail.gmail.com>
Subject: Re: problems with to_string not declared in this scope
From: Michael Enright <mike@kmcardiff.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

On Fri, Oct 23, 2015 at 9:28 PM, Luong Hoang wrote:
> The error says 'to_string' was not declared in this scope

Lack of developer attention in the related project newlib. I googled
this myself a couple of weeks ago. Apparently if you start to work on
that you pull in a lot of other little missing tasks including
actually writing the string conversion piece for some of the wider
scalar types.

https://sourceware.org/ml/cygwin/2015-01/msg00049.html is near the
message you reference but I couldn't tell if it was the same thread.

I sometimes wonder what would be involved in fixing this.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

