This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] min/max testcase improvements
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Tue, 4 Feb 2003 17:13:23 -0600
- Subject: Re: [PATCH] min/max testcase improvements
- References: <20030204184422.GA27234@itasoftware.com>
Wow.
This doesn't link, due to missing definitions for the A::a member. I
believe this style of definition is only allowed for static const
integral members. Fixing this is simple, and with that, this testcase
passes.
Thanks. I'll check the modified bits in posthaste.
-benjamin