This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: namespace c99
- To: Gabriel Dos Reis <gdr at codesourcery dot com>
- Subject: Re: namespace c99
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Fri, 25 May 2001 09:40:08 -0700 (PDT)
- cc: libstdc++ at gcc dot gnu dot org
> There is no clue about the rationale.
Yeah. Lame entry, sorry about that.
Didn't compile? Wasn't legal C++? Both EDG and g++ freaked on it.
The current solution isn't exactly what you wanted but it is legal C++ code.
Perhaps I did something wrong? I think this was when you were really busy
with academia and weren't paying super-close attention to what I
did...whooops. I thought this stuff was now correct.
> Anyway, I'm going to put namespace c99 inside namespace std. There
> should be no problem with so doing.
I tried aliasing, I couldn't get it to work. I'll be interested to see
what you come up with.
-benjamin