From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ryan B. Caveney" To: , Subject: Re: G++ and ISO C++ conformity? Date: Wed, 06 Sep 2000 09:18:00 -0000 Message-id: <00a101c0181e$768c8520$846c2b0a@saic.com> References: X-SW-Source: 2000-09/msg00219.html 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: > e.g. numeric_limits::max(); > 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