3 days ago Issues » [Issue 19576] Dangling TemplateInstance.tinst if set to a dummy instance created by leastAsSpecialized() | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19576 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
December 07 Announce » D Language Foundation July 2024 Quarterly Meeting Summary | |||
|---|---|---|---|
| |||
...had to implement a lot of versioned dummy code to get it to work. He... | |||
December 04 General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...Dummy.serialise(1)); // [1]
writeln(Dummy.serialise(S())); // [2]
}
```
You can also use a dummy... | |||
December 03 Learn » Re: How can I have those "template instance recursive expansion" errors under control? | |||
|---|---|---|---|
| |||
...target module: 'mentioning' the vector type `auto dummy = Vector!(ubyte, 3)(0);` before using the... | |||
December 02 Learn » what's the use of empty structs in C-style languages ? | |||
|---|---|---|---|
| |||
...x i8] }` So te compiler inserts a dummy member so that that everything can work... | |||
December 01 Learn » Re: How can I have those "template instance recursive expansion" errors under control? | |||
|---|---|---|---|
| |||
...traits(compiles, ...) or static assert(...) or mixin(dummy function with variable declaration) because those fail... | |||
December 01 Issues » [Issue 12815] Dummy file | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=12815 --- Comment #3 from dlangBugzillaToGithub <robert.schadek... | |||
October 19 Learn » Re: List classes at compile time | |||
|---|---|---|---|
| |||
...object", "std", "dummy", "foo") //pragma(msg, __traits(allMembers, __traits(parent, dummy))); // Error: argument `dummy` has... | |||
October 17 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...get one or two destructor calls on dummy objects for an explicit move by default... | |||
October 16 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...Walter's current preferred design, a new dummy object is created in the old memory... | |||
Copyright © 1999-2021 by the D Language Foundation