• 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
Re: CW vs Xcode C++ question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CW vs Xcode C++ question


  • Subject: Re: CW vs Xcode C++ question
  • From: Howard Hinnant <email@hidden>
  • Date: Sat, 29 Apr 2006 11:34:19 -0400

On Apr 29, 2006, at 10:21 AM, Mark Alldritt wrote:

aux::for_each(data, Abc::DoSomething);

You just need to change this to:

aux::for_each(data, &Abc::DoSomething);
                    ^

Xcode is right on this one. CW accepts the "&", but allows you to drop it as an extension.

-Howard

_______________________________________________
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


  • Follow-Ups:
    • Re: CW vs Xcode C++ question
      • From: Mark Alldritt <email@hidden>
References: 
 >CW vs Xcode C++ question (From: Mark Alldritt <email@hidden>)

  • Prev by Date: Re: Single project or two separate projects?
  • Next by Date: Re: CW vs Xcode C++ question
  • Previous by thread: CW vs Xcode C++ question
  • Next by thread: Re: CW vs Xcode C++ question
  • Index(es):
    • Date
    • Thread