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:
http://lists.apple.com/mailman/options/xcode-users/email@hidden