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=rP
	3bRaOYtX0j5Q00mjY77GbVWpYmO3Wa3oLsP0ZEteSJi7RJVSwvNTCVIWkmU+dkKc
	Z4iTbKMO8gvl0gQfdsFCgHlnulYc/tW4GMJqQnLb9gEwGtwwvZjOIZ8PA6g8KvkF
	m3U5uLEyXOl4oM3ft4H2XRgQLG3tnUmTGMGtEvOOY=
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=q18YrzOz
	hbAP26MnTr5Zb9Kztcs=; b=pP8/qxyxErcvGX5WiioxlafbL9xVK8S6h4j0Mtg4
	QD/TdEtGyXIbjnbHfTcqjSQC35Y3j7SKmnGbgSWGlZMaaS6++StilCe0UsOKzr2H
	8U7fC5iwpH6sdctXRJ0BmavO41zYU/bREssHasSdXe7mTcbqUrdu+ABaOL7Prv7V
	qYI=
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.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-wi0-f170.google.com
MIME-Version: 1.0
X-Received: by 10.194.2.144 with SMTP id 16mr2267412wju.90.1445766452124; Sun, 25 Oct 2015 02:47:32 -0700 (PDT)
In-Reply-To: <562C6940.1050404@gmail.com>
References: <BN3PR03MB14323D6B1DD4FE6AE80F0A55C2250@BN3PR03MB1432.namprd03.prod.outlook.com>	<CAOC2fq-ZhoyhdByQ8+Q64Wf_FjYQpD1VKvZ-PR9buCNXVEBJgg@mail.gmail.com>	<562C6940.1050404@gmail.com>
Date: Sun, 25 Oct 2015 10:47:32 +0100
Message-ID: <CAEhDDbCs925X1d4jZzb5KeyXtL3mOOmLDCG7TgDd+eBRWxUg_Q@mail.gmail.com>
Subject: Re: problems with to_string not declared in this scope
From: Csaba Raduly <rcsaba@gmail.com>
To: cygwin list <cygwin@cygwin.com>
Content-Type: text/plain; charset=UTF-8

On Sun, Oct 25, 2015 at 6:31 AM, JonY  wrote:
> On 10/25/2015 01:00, Michael Enright wrote:
>> On Fri, Oct 23, 2015 at 9:28 PM, Luong Hoang wrote:
>>> The error says 'to_string' was not declared in this scope
(snip)
>> I sometimes wonder what would be involved in fixing this.
>>
>
> Full C99 *printf support. Corinna answered on the same thread
> https://sourceware.org/ml/cygwin/2015-01/msg00245.html
>

I hacked around this for clang with :

CXXFLAGS += -D_GLIBCXX_USE_C99

(whoops, should have been CPPFLAGS)

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
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

