delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-Id: | <00a101c0181e$768c8520$846c2b0a@saic.com> |
Reply-To: | "Ryan B. Caveney" <Ryan DOT B DOT Caveney AT saic DOT com> |
From: | "Ryan B. Caveney" <RYAN DOT B DOT CAVENEY AT saic DOT com> |
To: | <christoph DOT loewe AT gameplay DOT de>, <cygwin AT sourceware DOT cygnus DOT com> |
References: | <OF00535AAE DOT 61A6BDE3-ONC1256952 DOT 00361B82 AT gxp DOT de> |
Subject: | Re: G++ and ISO C++ conformity? |
Date: | Wed, 6 Sep 2000 12:21:08 -0400 |
Organization: | SAIC |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook Express 5.50.4133.2400 |
X-MIMEOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400 |
christoph DOT loewe AT gameplay DOT de wrote: > was surprised to find several includes and functions > missing in the g++ distribution. > > Header files that could not be found: > <limits> e.g. numeric_limits<int>::max(); > <sstream> e.g. ostringstream ost; > > Furthermore the "range controlled" indexing via at() > would not work. I just started using C++ myself, so I can't answer all your questions, but what I can say is that the stringstream stuff is there -- it's just named differently. On my Cygwin (1.1.2 base), /usr/include/g++-3/ contains strstream, not sstream, and the classes it defines are called things like ostrstream, not ostringstream. HTH. Ryan Caveney -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |