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... | |||
1 day ago DIP Ideas » Re: @property fields | |||
|---|---|---|---|
| |||
...I've stated that it must introduce new semantic behavior that cannot be done without... | |||
2 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...inheritance, e.g.
```
void main()
{
auto foo = new Foo;
A a = foo;
static assert(is... | |||
2 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...would it be appropriate to add a new form of casting. Since there is no... | |||
2 days ago Issues » [Issue 24891] Two scope attributes emitted as part of .di generation | |||
|---|---|---|---|
| |||
...dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Dlang... | |||
2 days ago Issues » [Issue 24891] New: Two scope attributes emitted as part of .di generation | |||
|---|---|---|---|
| |||
...Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee... | |||
2 days ago Announce » D Language Foundation June Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...was a new Windows SDK, updating was as simple as feeding the new SDK's... | |||
3 days ago Issues » [Issue 19348] Struct casts should be better documented. | |||
|---|---|---|---|
| |||
...dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Dlang... | |||
Copyright © 1999-2021 by the D Language Foundation