[Issue 983] constant cfstrings for Darwin

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 10 05:10:46 PST 2007


http://d.puremagic.com/issues/show_bug.cgi?id=983





------- Comment #6 from afb at algonet.se  2007-03-10 07:10 -------
The D wrappers I've made so far only used the opaque CFStringRef type,
which could be a "typedef void*" or use the struct that C header uses.

Will the D inlining work for making data section constants like this ?
(I usually try to avoid the inlines, because of the extra object code)


-- 



More information about the D.gnu mailing list