• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Am I wrong<t1,t2>?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: One byte bool
  • Next by Date: Building Universal
  • Previous by thread: Re: XCode Localization limitation
  • Next by thread: XCode 1.5 with GNU makefiles, using debug and release executables
  • Index(es):
    • Date
    • Thread