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: <C2D7D58DBFE9D111B0480060086E9635021D9E0C@mail.gft.de>
From: "Schaible, Joerg" <Joerg.Schaible@gft.de>
To: "Ryan B. Caveney" <Ryan.B.Caveney@saic.com>, cygwin@sourceware.cygnus.com
Subject: RE: G++ and ISO C++ conformity?
Date: Thu, 7 Sep 2000 10:49:31 +0200 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id EAA18056

Hi Ryan,

> > Header files that could not be found:
> >      <limits>   e.g. numeric_limits<int>::max();
> >         <sstream>  e.g. ostringstream ost;
>
> 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.

Sorry to say, but you're wrong. The headers and classes you detected were
part of the ANSI-C++ 2.0 spec, the others are part of ANSI-C++ 3.0 and
should be there.

limits: it is known that it is missing
sstream: new IO classes are in development and hopefully ready soon

Try www.STLport.org

Jörg

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

