X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 AT cygwin DOT com From: Mark Ziesemer 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: References: 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 > > 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