This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Really weird build problem: please help
>Ok, I got it: namespace __gnu_internal was opened to add all that helper
>stuff
>*inside* namespace std! Indeed, the below fixes the problem. I'm finishing
>regtesting (with the problem-triggering one-liner installed) and will commit
>in case of success (also took the occasion to do some formatting fixes).
This looks good! I'd actually noticed this same thing when I was
experimenting with doxygen.
Thanks for fixing this.
-benjamin