3 hours ago Announce » D Language Foundation July 2024 Quarterly Meeting Summary | |||
|---|---|---|---|
| |||
...horrible. He said that wasn't a new thing, though, because it was mostly his... | |||
5 hours ago Issues » [Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment. | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #20 from dlangBugzillaToGithub <robert.schadek... | |||
5 hours ago Issues » [Issue 14922] 'new' does not provide information about the sharedness or immutability to the GC | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=14922 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
19 hours ago Issues » [Issue 24892] We need a __traits trait to test for whether one class is derived from another | |||
|---|---|---|---|
| |||
...nl> --- The first point about it providing new information is false, you can already use... | |||
22 hours ago Learn » Generate documentation from ddoc | |||
|---|---|---|---|
| |||
...put in a folder called 'documentation' a new .html file automatically. `dmd -Dddocumentation/ -c hello... | |||
1 day ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
Yay! This will be the new "private is not private" topic. I expect a deluge... | |||
1 day ago Issues » [Issue 24892] We need a __traits trait to test for whether one class is derived from another | |||
|---|---|---|---|
| |||
...particularly if the implicit conversion allocates a new class object, since then you could end... | |||
1 day ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...myClass = new MyClass;
SerializationRoot myOtherClass = new MyOtherClass(1);
SerializationRoot mySpecialClass = new MySpecialClass();
SerializationRoot myProblematicClass = new... | |||
1 day ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...T));
}
}
class MyType : SerializableRoot {
@thing int field;
}
void main() {
MyType c = new MyType;
c.serialize;
}
```
| |||
1 day ago Issues » [Issue 24892] New: We need a __traits trait to test for whether one class is derived from another | |||
|---|---|---|---|
| |||
...Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee... | |||
Copyright © 1999-2021 by the D Language Foundation