September 24 General » Meaningful identifiers and other multi-token keywords | |||
|---|---|---|---|
| |||
...C)`, where `C` denotes e.g. a dummy class; or `scope (exit) x = 10;` with... | |||
September 23 DIP Development » Re: Third and Hopefully Last Draft: Primary Type Syntax | |||
|---|---|---|---|
| |||
...one has to resort to using a dummy UDA like `@("")`. Not nice, but if you... | |||
August 23 General » Re: Standard way to supply hints to branches | |||
|---|---|---|---|
| |||
...existing LDC and GDC intrinsics, adding a dummy (`pragma(inline, true)`!) identity function for DMD... | |||
August 11 Learn » Re: Build fully static library by the compiler? | |||
|---|---|---|---|
| |||
...too, and do so by building a dummy-executable with the D host compiler and... | |||
July 24 DIP Development » Re: third draft: add bitfields to D | |||
|---|---|---|---|
| |||
...own unless it is wrapped in a dummy struct. I think if we add this... | |||
July 05 General » Re: C bitfields guarantees | |||
|---|---|---|---|
| |||
...struct S {
unsigned short x;
unsigned short dummy; // for alignment porpoises
unsigned int a : 12... | |||
July 03 Learn » Re: need help to get bitoffsetof bitwidth for clang | |||
|---|---|---|---|
| |||
...a : 3;
int b : 29;
};
struct S dummy;
```
The above clang command would then output... | |||
June 17 Learn » aligned struct field weirdness | |||
|---|---|---|---|
| |||
...avoid. I can avoid the align using dummy fields. I can allocate the struct with... | |||
May 29 DIP Ideas » Re: Pattern matching: Callback For Matching Type | |||
|---|---|---|---|
| |||
...would this help, lets say a networking dummy program, with 5 http error codes to... | |||
May 10 Learn » Re: D doesn't have weak references. So how can I make a associative array of objects without preventing their destruction? | |||
|---|---|---|---|
| |||
...You probably should add some never-executed dummy operation to `getRef` that prevents it from... | |||
Copyright © 1999-2021 by the D Language Foundation