Re: Compile errors with Objective-C++ properties as STL/TR1 smart pointers
Re: Compile errors with Objective-C++ properties as STL/TR1 smart pointers
- Subject: Re: Compile errors with Objective-C++ properties as STL/TR1 smart pointers
- From: Tron Thomas <email@hidden>
- Date: Sat, 26 Dec 2009 23:09:27 -0800
I tried (valueUser.value)->GetAmount()) and I still get the same errors.
Date: Sun, 27 Dec 2009 11:47:35 +1100
From: Brian Bruinewoud<email@hidden>
Subject: Re: Compile errors with Objective-C++ properties as STL/TR1
smart pointers
To: undisclosed-recipients: ;
Cc: email@hidden
Message-ID:<email@hidden>
Content-Type: text/plain; charset=windows-1252
It's probably just a parsing thing, have you tried:
::NSLog(@"The value's amount is %d", (valueUser.value)->GetAmount());
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden