Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-Id: <00a101c0181e$768c8520$846c2b0a@saic.com>
Reply-To: "Ryan B. Caveney" <Ryan.B.Caveney@saic.com>
From: "Ryan B. Caveney" <RYAN.B.CAVENEY@saic.com>
To: <christoph.loewe@gameplay.de>, <cygwin@sourceware.cygnus.com>
References: <OF00535AAE.61A6BDE3-ONC1256952.00361B82@gxp.de>
Subject: Re: G++ and ISO C++ conformity?
Date: Wed, 6 Sep 2000 12:21:08 -0400
Organization: SAIC
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
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.loewe@gameplay.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@sourceware.cygnus.com

