Re: Debian Std C++?

1998-07-23 Thread Ossama Othman
Hi, g++ 2.7.2.3 is fairly out of date with respect to C++ standards. Use egcs C++ 1.x instead. Egcs is the Experimental GNU Compiler System. It is somewhat equivalent to gcc/g++ 2.9x.x, sort of :). Anyway, the egcs version of g++ conforms much more closely to the latest C++ standard. However,

Re: Debian Std C++?

1998-07-23 Thread jdassen
On Thu, Jul 23, 1998 at 09:35:51AM -0400, SEGV wrote: What is the state of Standard C++ (as adopted by ISO/ANSI) on GNU/Linux? Debian 2.0 will ship with the egcs C++ compiler (http://egcs.cygnus.com/) version 1.0.3 . For instance, browsing my system I see that c++ is gcc version 2.7.2.3. It

Re: Debian Std C++?

1998-07-23 Thread Hannu Koivisto
[EMAIL PROTECTED] writes: | egcs 1.0.3 still does not understand namespaces fully yet, but its C++ | support is a big improvement over 2.7.2.3's . The original poster might want to try latest egcs snapshots from egcs.cygnus.com. They work better for me than 1.0.3 in general and they include