Message-ID: <35EA44E7.79B0FD3F@pacificnet.net> Date: Sun, 30 Aug 1998 23:38:31 -0700 From: Ralph Gesler MIME-Version: 1.0 To: Eli Zaretskii CC: Arthur , DJGPP Mailing List Subject: Re: Namespaces References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Eli Zaretskii wrote: > On Sat, 29 Aug 1998, Arthur wrote: > > > If DJGPP doesn't support namespaces, then doesn't that mean that GNU > > C++ doesn't conform to C++ standards? > > Yes, it does mean that GCC currently is not fully compliant with the > C++ standard. But AFAIK, no other compiler is either. Some of them > do support namespaces, but this support is incomplete (the last word > on that was in one of the latest issues of C/C++ User's Journal). Can anyone point to a link that lists ANSI C/C++ features that are NOT currently implimented in GCC and/or those that are currently under development. This information would be very helpful in designing a large project so that they are avoided in the project layout or coding. Thanks, Ralph Gesler