Re: Creating a block using the Macros....

2019-10-31 Thread Gregory Casamento
I kind of figured. This means that some of the functionality of classes that I have added lately will not be usable to people using GCC based builds. I have been wondering, lately, when GCC will catch up or if we should, at some point, deprecate it's use with GNUstep since it only serves to comp

Re: Creating a block using the Macros....

2019-10-29 Thread David Chisnall
This is not possible in the general case. A block is a structure containing: - A pointer to the invoke function. - The type info for the call. - A set of references to captured variables including: - Helpers to destroy any captured variables. - Helpers to copy any captured variables. C