Am I wrong<t1,t2>?
Am I wrong<t1,t2>?
- Subject: Am I wrong<t1,t2>?
- From: Hagen <email@hidden>
- Date: Wed, 15 Mar 2006 13:22:14 +0100
- Thread-topic: Am I wrong<t1,t2>?
Hi,
Following code while not compile within XCode2
template<class t1, class t2>
class X
{
};
class Y
{
Y(X<int,int>&x = X<int,int>()) {}
};
1. Removing one template parameter will make gcc compile.
2. Also using a typedef for class X will stimulate gcc.
Do I need to fix me or will you fix XCode?
Best,
Hagen.
_______________________________________________
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