13 hours ago Issues » [Issue 23125] Missing const in IIDFromString() in core.sys.windows.objbase.d | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23125 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
13 hours ago Issues » [Issue 19239] Fix unsafe casting away of const in hashOf(const Object) | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19239 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
13 hours ago Issues » [Issue 17753] IN6_IS_ADDR_UNSPECIFIED and friends should accept const(in6_addr)* | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17753 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
14 hours ago Issues » [Issue 1824] Object not const correct | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=1824 --- Comment #22 from dlangBugzillaToGithub <robert.schadek... | |||
1 day ago Issues » [Issue 24892] We need a __traits trait to test for whether one class is derived from another | |||
|---|---|---|---|
| |||
...test for that specifically: if(is(const(T)[] : const(U)[]) That would also makes it... | |||
2 days ago Issues » [Issue 24891] Two scope attributes emitted as part of .di generation | |||
|---|---|---|---|
| |||
...return scope const typeof(this) other) scope const; ``` Into: ```d scope @disable const scope this... | |||
4 days ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...probably a bunch of issues with lifetimes, const, ref, etc. with that approach. Definitely an... | |||
4 days ago General » Something like ADL from C++? | |||
|---|---|---|---|
| |||
...T)
{ /* serialise integer */ }
void serialise(void[] buffer, const(char)[] str)
{ /* serialise string */ }
// ...etc
```
And some... | |||
5 days ago Learn » Re: Search on Shared array and return | |||
|---|---|---|---|
| |||
...FindUser(string username) Always try to put whatever is shared, const, etc. in parenthesis. Ali | |||
6 days ago Learn » Re: Variable modified by different threads. | |||
|---|---|---|---|
| |||
...enum totalThreads = 3;
foreach (i; 0 .. totalThreads) {
const increment = (i + 1).to!int;
spawnLinked(&modify... | |||
Copyright © 1999-2021 by the D Language Foundation