Search

September 24
General »
...C)`, where `C` denotes e.g. a dummy class; or `scope (exit) x = 10;` with...
September 23
DIP Development »
...one has to resort to using a dummy UDA like `@("")`. Not nice, but if you...
August 23
General »
...existing LDC and GDC intrinsics, adding a dummy (`pragma(inline, true)`!) identity function for DMD...
August 11
Learn »
...too, and do so by building a dummy-executable with the D host compiler and...
July 24
DIP Development »
...own unless it is wrapped in a dummy struct. I think if we add this...
July 05
General »
...struct S {
     unsigned short x;
     unsigned short dummy;   // for alignment porpoises
     unsigned int a : 12...
July 03
Learn »
...a : 3;
    int b : 29;
};
struct S dummy;
```

The above clang command would then output...
June 17
Learn »
...avoid.

I can avoid the align using dummy fields.
I can allocate the struct with...
May 29
DIP Ideas »
...would this help, lets say a networking dummy program, with 5 http error codes to...
May 10
Learn »
...You probably should add some never-executed dummy operation to `getRef` that prevents it from...
1 2 3
Next ›   Last »