11 hours ago Announce » D Language Foundation July 2024 Quarterly Meeting Summary | |||
|---|---|---|---|
| |||
...function that required him to use a `static if` to call a function, then in... | |||
12 hours ago Issues » [Issue 22181] No stack trace if usage of SimpleDllMain in static linked DLL | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22181 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
12 hours ago Issues » [Issue 19556] main thread static ctor/dtor should run both shared and thread-local simultaneously | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19556 --- Comment #2 from dlangBugzillaToGithub <robert.schadek... | |||
12 hours ago Issues » [Issue 19492] Warn / error if shared static ctors haven't finished and we start running thread-local static ctors | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19492 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
12 hours ago Issues » [Issue 16491] Forward referencing and static/shared static module constructors break initialisation | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=16491 --- Comment #9 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 | |||
|---|---|---|---|
| |||
...The second point reasons as follows: 1. Static arrays implicitly converting to slices leads to... | |||
1 day ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
Shared static constructors with a template this parameter would be the solution (just promoting them... | |||
1 day ago Issues » [Issue 24892] We need a __traits trait to test for whether one class is derived from another | |||
|---|---|---|---|
| |||
...static array of characters is passed in, the template will be instantiated with the static... | |||
1 day ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...class SerializationRoot {
static void function()[TypeInfo_Class] serializationMethods;
// We would need a `shared static` constructor... | |||
1 day ago Issues » [Issue 24892] New: We need a __traits trait to test for whether one class is derived from another | |||
|---|---|---|---|
| |||
...auto foo = new Foo;
A a = foo;
static assert(is(Foo : A));
}
class A {}
class... | |||
Copyright © 1999-2021 by the D Language Foundation