Lars T. Kyllingstad: > This can be amended by requiring that fixed-size array parameters to > extern(C) functions be marked as 'ref'. > > See also: > http://d.puremagic.com/issues/show_bug.cgi?id=3604
Sometimes I translate some C code to D, in this case I have to watch for all the arrays, and use the ref. To solve this porting problem (and other problems) I have suggested a -cstyle: http://d.puremagic.com/issues/show_bug.cgi?id=4580 Bye, bearophile
