This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] stl enums
- From: Richard Henderson <rth at redhat dot com>
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Cc: Benjamin Kosnik <bkoz at redhat dot com>, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Mon, 11 Mar 2002 15:16:30 -0800
- Subject: Re: [v3] stl enums
- References: <200203070652.g276q8f03133@fillmore.constant.com> <Pine.BSF.4.44.0203110749470.72117-100000@naos.dbai.tuwien.ac.at>
On Mon, Mar 11, 2002 at 07:56:43AM +0100, Gerald Pfeifer wrote:
> I'm afraid this patch is responsible for an xterm full of warning messages
> (even though it's just one warning ;-) ), when compiling the following
> snippet with -W:
There's really no reason why non-extern constants shouldn't have
worked. In all the cases changed by the patch, they were extern.
r~