Search

September 28
Learn »
...size in C is 24:

I try `pragma(packed)` and `align(1):`, the d size...
September 28
General »
...args)
    {
        result ~= arg.to!string;
    }
    return result;
});
pragma(msg, x); // 1abctrue3.14
```

For example, this...
September 26
Issues »
...struct X {}
alias fp = (X = X.init) {
  pragma(msg, is(X)); return 0; }; // true
enum...
September 23
DIP Development »
...utilize magic identifiers, and unlike `__traits` or `pragma`, there is no-arg `scope`.

I just...
September 21
Issues »
...with 2.109. Also:

pragma(msg, Foo.b.offsetof); // 0
pragma(msg, Bar.b.offsetof...
September 19
Issues »
...suffers the same duplicate issues as the pragma, you should not have to be altering...
September 19
Issues »
https://issues.dlang.org/show_bug.cgi?id=24769

--- Comment #4 from Richard (Rikki) Andrew...
September 18
Issues »
...try to separate compile anything with this pragma two things that depend on it in...
September 18
DIP Ideas »
...attribute is the wrong choice. Use a pragma. That’s what it’s for. Statement-level attributes...
September 18
Issues »
https://issues.dlang.org/show_bug.cgi?id=24769

--- Comment #2 from Richard (Rikki) Andrew...
1 2 3 4 5 6
Next ›   Last »