Things that make writing a clean binding system more difficult
ketmar via Digitalmars-d
digitalmars-d at puremagic.com
Fri Aug 5 01:42:08 PDT 2016
On Friday, 5 August 2016 at 08:40:04 UTC, ketmar wrote:
p.s. the only "gotcha" i see is if prototyp declaration is found
*after* the actual function was declared. as D code should not
depend of declaration order, this should be either error, or
(better!) use prototype to "fix" previous definition (possibly
with warning).
More information about the Digitalmars-d
mailing list