This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: names clashes in bits/localefwd.h
- To: libstdc++@sourceware.cygnus.com
- Subject: Re: names clashes in bits/localefwd.h
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Tue, 1 Jun 1999 23:21:00 -0700 (PDT)
> Current CVS tree fails to build (at least on solaris-2.[26]) due to
> names clashes: #includeing <std_string.h> has the side effect of
> defining the macros isxxx. As an immediate consequence, a declaration
> like
This now fixed. I've even gotten a clean build on Solaris 2.7 now.
-Benjamin