December 04 General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...i*i; // use tmp here } // no redefinition error There was also `__previous`, that allowed to... | |||
December 03 DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...something_returning_Foo(/* ... */);
if (!lockit(foo) {
/* some error handling */
}
...
}
```
Where the use of lockit() above... | |||
December 03 Learn » Re: what's the use of empty structs in C-style languages ? | |||
|---|---|---|---|
| |||
...a problem to make empty structs an error". Anyway thanks to all for your answers... | |||
December 03 Learn » maybe a noreturn issue | |||
|---|---|---|---|
| |||
...remove the while statement, you get an error about return statement missing 2. here the... | |||
December 02 Learn » what's the use of empty structs in C-style languages ? | |||
|---|---|---|---|
| |||
...question is what is the problem if we specify that empty struct is an error ? | |||
December 02 General » [SAOC 2024] Improve D Error Messages - Weekly Update #11 | |||
|---|---|---|---|
| |||
## Summary of Progress (November 25 – December 1) This week, I worked on finalizing the... | |||
December 01 Learn » Re: How can I have those "template instance recursive expansion" errors under control? | |||
|---|---|---|---|
| |||
...tell about your code from this one error message but as a bandaid add ```d... | |||
December 01 Learn » Re: How can I have those "template instance recursive expansion" errors under control? | |||
|---|---|---|---|
| |||
The trigger of the error is accessing Vector!(ubyte, 3) by the alias WITHOUT mentioning... | |||
December 01 Learn » Re: How can I have those "template instance recursive expansion" errors under control? | |||
|---|---|---|---|
| |||
...fail with various errors like: "forward reference" error.
+/
mixin(iq{alias $(Vector!(T, N).VectorTypeName... | |||
December 01 Issues » [Issue 24568] Aborting from core/sync/mutex.d(149) Error: pthread_mutex_destroy failed | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24568 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
Copyright © 1999-2021 by the D Language Foundation