Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: From: "Schaible, Joerg" To: "Ryan B. Caveney" , cygwin AT sourceware DOT cygnus DOT 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: > > e.g. numeric_limits::max(); > > 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 AT sourceware DOT cygnus DOT com