"D Language and Fortran DLL" article

xenon325 1 at mail.net
Tue Aug 14 18:38:05 PDT 2012


On Tuesday, 14 August 2012 at 22:00:26 UTC, Michael wrote:
> Braces: http://dlang.org/dstyle.html

I was referring to indentation, i.e.
     version
     else version
     else


> On Tuesday, 14 August 2012 at 07:32:05 UTC, xenon325 wrote:
>> 3. Some lines of code are outside of main area (like 49, 50).
>>   Tested on Opera, FF, IE.
> BitBucket bug, but fixed manually.

Hm, I still see lines are outside.


Another one. I don't have d compiler at hand (and for some reason 
DPaste isn't working too), but I think this should work fine:

void checkAndThrow(void * pointer, int line = __LINE__)

and than call it just like

checkAndThrow( ptr);


More information about the Digitalmars-d-announce mailing list