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);

Reply via email to