Re: [v8-users] xcode not detecting full SetAccessor function definition.

2014-12-08 Thread Jakob Kummerow
On Sun, Dec 7, 2014 at 2:59 AM, Alberto Gonzalez kuna...@gmail.com wrote: I'm having this compilation problem with the latest version of xcode. When trying to use the class SetAccessor SetAccessor is not a class. and passing a setter function, it tells me No matching member function for

[v8-users] xcode not detecting full SetAccessor function definition.

2014-12-06 Thread Alberto Gonzalez
I'm having this compilation problem with the latest version of xcode. When trying to use the class SetAccessor and passing a setter function, it tells me No matching member function for call to 'SetAccessor'. I'm looking at the header and it does have a parameter for setter, anyone else had