November 20 Issues » [Issue 23722] Lambdas are mangled incorrectly when using multiple compilation units, resulting in incorrect code | |||
|---|---|---|---|
| |||
...enums eagerly, or codegen using weak symbols at use sites, like we do for templates. -- | |||
November 18 Learn » Is there a way to make a struct without a distinction between constant, immutable, and mutable? | |||
|---|---|---|---|
| |||
...d` library. This library contains some struct templates which don't contain any variables. Because... | |||
November 18 Issues » [Issue 24864] hasElaborateDestructor incorrectly true for structs with anonymous unions | |||
|---|---|---|---|
| |||
...s no need to instantiate any additional templates to check the member variables. In addition... | |||
November 18 Issues » [Issue 24864] hasElaborateDestructor incorrectly true for structs with anonymous unions | |||
|---|---|---|---|
| |||
...s no need to instantiate any additional templates to check the member variables. In addition... | |||
November 12 DIP Ideas » Re: Named constructors | |||
|---|---|---|---|
| |||
...IDEs, or else we’d have to discard templates, mixins, and aliases. 3. Is there any... | |||
November 12 Learn » Re: Using sets in associative arrays | |||
|---|---|---|---|
| |||
...these convenience functions, because function templates, contrary to struct/class templates, can deduce their template... | |||
November 11 Issues » [Issue 11986] IFTI type deduction / implicit conversion does not work for null literal | |||
|---|---|---|---|
| |||
...a,null);
}
```
2. it limited to classes templates because the following works
```
class S{}
void... | |||
November 09 General » Re: Porting std.typecons to Phobos 3 | |||
|---|---|---|---|
| |||
...better, ie: not requiring importing bunch of templates We want great build time and great... | |||
November 08 Learn » Re: Why doesn't `opAssign` work for my templated struct? | |||
|---|---|---|---|
| |||
I dont believe phoboes type detection templates are well designed; given some sort of type... | |||
November 06 Issues » [Issue 24842] No ability to overload unary logial not operator | |||
|---|---|---|---|
| |||
...std.traits.isNumeric` and `std.traits.isScalar` templates that can detect numerical / scalar values, which... | |||
Copyright © 1999-2021 by the D Language Foundation