September 28 Learn » need help to redefine packed c struct in d | |||
|---|---|---|---|
| |||
...size in C is 24: I try `pragma(packed)` and `align(1):`, the d size... | |||
September 28 General » Template Lambdas | |||
|---|---|---|---|
| |||
...args)
{
result ~= arg.to!string;
}
return result;
});
pragma(msg, x); // 1abctrue3.14
```
For example, this... | |||
September 26 Issues » [Issue 24784] Error on first lambda parameter with default with type inference | |||
|---|---|---|---|
| |||
...struct X {}
alias fp = (X = X.init) {
pragma(msg, is(X)); return 0; }; // true
enum... | |||
September 23 DIP Development » Re: Third and Hopefully Last Draft: Primary Type Syntax | |||
|---|---|---|---|
| |||
...utilize magic identifiers, and unlike `__traits` or `pragma`, there is no-arg `scope`. I just... | |||
September 21 Issues » [Issue 13891] __gshared/static anonymous union members do not overlap | |||
|---|---|---|---|
| |||
...with 2.109. Also: pragma(msg, Foo.b.offsetof); // 0 pragma(msg, Bar.b.offsetof... | |||
September 19 Issues » [Issue 24769] Add pragma compile on import | |||
|---|---|---|---|
| |||
...suffers the same duplicate issues as the pragma, you should not have to be altering... | |||
September 19 Issues » [Issue 24769] Add pragma compile on import | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24769 --- Comment #4 from Richard (Rikki) Andrew... | |||
September 18 Issues » [Issue 24769] Add pragma compile on import | |||
|---|---|---|---|
| |||
...try to separate compile anything with this pragma two things that depend on it in... | |||
September 18 DIP Ideas » Re: Likelihood of if statement and case | |||
|---|---|---|---|
| |||
...attribute is the wrong choice. Use a pragma. That’s what it’s for. Statement-level attributes... | |||
September 18 Issues » [Issue 24769] Add pragma compile on import | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24769 --- Comment #2 from Richard (Rikki) Andrew... | |||
Copyright © 1999-2021 by the D Language Foundation