On Tuesday 28 Dec 2004 20:27, Andrew Pinski wrote:
> On Dec 28, 2004, at 3:26 PM, John M Collins wrote:
> > Please "CC" me as I'm not subscribed.
> >
> > I have the following program segment (cutting down to bare minimum).
> > This has
> > worked previously with G++ 3.3.* and earlier.
>
> Read the
On Dec 28, 2004, at 3:26 PM, John M Collins wrote:
Please "CC" me as I'm not subscribed.
I have the following program segment (cutting down to bare minimum).
This has
worked previously with G++ 3.3.* and earlier.
Read the 3.4.0 release notes.
Thanks,
Andrew Pinski
Please "CC" me as I'm not subscribed.
I have the following program segment (cutting down to bare minimum). This has
worked previously with G++ 3.3.* and earlier.
Classes cut down to bare minimum obviously - the "real" ones made use of "X".
class A {
public:
int field1;
};
templat