Re: Template static data members in GCC4
Re: Template static data members in GCC4
- Subject: Re: Template static data members in GCC4
- From: David Catmull <email@hidden>
- Date: Sat, 30 Apr 2005 17:08:44 -0700
On Apr 30, 2005, at 4:30 PM, Andrew Pinski wrote:
try:
template<> int *A<int>::x = 0;
Otherwise your code is invalid. From GCC 3.4.x onwards, GCC is
more compliant
to the C++ standard.
Ah, I get it now. Thanks, that fixed it!
--
David Catmull
email@hidden
http://www.uncommonplace.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden