5 days ago DIP Ideas » @property fields | |||
|---|---|---|---|
| |||
...to require that a field exists, without defining one. Since it is the stub that... | |||
November 28 Issues » [Issue 19931] Missing error message when defining postblit, rvalue constructor and copy constructor | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19931 Walter Bright <bugzilla@digitalmars.com> changed... | |||
November 28 Issues » [Issue 19931] Missing error message when defining postblit, rvalue constructor and copy constructor | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19931 Walter Bright <bugzilla@digitalmars.com> changed... | |||
November 20 Issues » [Issue 23722] Lambdas are mangled incorrectly when using multiple compilation units, resulting in incorrect code | |||
|---|---|---|---|
| |||
...TypeInfos across DMD and LDC. I prefer defining these symbols on a lazy basis in... | |||
November 16 DIP Ideas » Objective-C Interop Extensions | |||
|---|---|---|---|
| |||
...the D compiler links to a library defining `objc_autoreleasePoolPush` and `objc_autoreleasePoolPop`, the D... | |||
October 13 Issues » [Issue 24809] New: In some cases, stable sort assigns to unininitialized elements | |||
|---|---|---|---|
| |||
...uses uninitializedArray in spite of a type defining opAssign (which it will if the type... | |||
September 30 Learn » Re: Templates considered impressive | |||
|---|---|---|---|
| |||
...work for your own custom types by defining the requisite ctors and opCast overloads. This... | |||
September 23 Issues » [Issue 24779] New: ImportC: undefined identifier `_Float16` | |||
|---|---|---|---|
| |||
...these. You can work around it by #defining _Float16 to any other type to get... | |||
September 12 Issues » [Issue 24754] cannot take address of a member array in a ref foreach | |||
|---|---|---|---|
| |||
...expecting the code to compile when escaping without defining `return` attribute to the member function. -- | |||
September 12 DIP Development » Re: First Draft: Member of Operator | |||
|---|---|---|---|
| |||
...D, we can use the ```: symbol``` when defining an enum like this: ```d enum Days... | |||
Copyright © 1999-2021 by the D Language Foundation