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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=yFZTeGee62gkW1G1TlHt+gqSgXZzX3hcwASLS0Q2kB13YrYByYxtM
	d6GuSPgraDqkuezEu35dCQCFg20bpyMCHTiwdZXWEKrNqf/xWkTTpvs2kIVoT8Sq
	0M6S6o38fOIuNLDMkH4TtA7zLMezWmz6sEmlPyBWYYVAOYKOau4HZw=
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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=wGHqYHmMFRy3cawbDGlUs3KT2Ps=; b=cEo/qoDWyF8EjLEGlLd+oXNQdB35
	q8LQkSDCdM7ZDXgfjPqX86RUajuSP/pLfnAN6bcRtpBoQg9eI5vVS7dEuZ7P9Dik
	Sf+vSX12nRh8oOvmElCJP/JyiCNaCMWQQa214lmu6MzG1GIvnd53dKxqq7+JaADC
	kqyYCMgBXmQZeb8=
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=-1.0 required=5.0 tests=AWL,BAYES_00,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Mark Ziesemer <online@mark.ziesemer.com>
Subject: Re: =?utf-8?b?c3RkOjp0b19zdHJpbmc=?= missing under gcc 4.8.3?
Date: Thu, 15 Jan 2015 16:32:46 +0000 (UTC)
Lines: 28
Message-ID: <loom.20150115T172713-675@post.gmane.org>
References: <loom.20150105T175419-513@post.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes

Bump / any ideas here?

> $ cat test.cpp
> #include <string>
> 
> int main()
> {
>         std::to_string(0);
>         return 0;
> }
> 
> # Reference:
>
http://stackoverflow.com/questions/12975341/to-string-is-not-a-member-of-std-says-so-g
> 
> $ g++ -std=c++1y test.cpp
> test.cpp: In function ‘int main()’:
> test.cpp:5:2: error: ‘to_string’ is not a member of ‘std’
>   std::to_string(0);
>   ^

I see the default gcc package in Cygwin has been bumped to 4.9.2.  Repeating
the attempt here with 4.9.2 has shown no improvement.

My original report was for 4.8.2 under Cygwin 64-bit.  Further testing under
clean Cygwin installs shows that neither GCC version (4.8.2 nor 4.9.2) is
working here under either the 32-bit or 64-bit Cygwin release.



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

