November 07, 2022 General » Re: betterC becoming unusable | |||
|---|---|---|---|
| |||
...it would be cool. With the powerful template function, they are not much worser than... | |||
November 06, 2022 General » betterC becoming unusable | |||
|---|---|---|---|
| |||
...using Phobos to construct enums or in template constraints. Things have bizarre errors at compile... | |||
November 06, 2022 Issues » [Issue 23468] New: [betterC] Cannot use std.array.join and std.algorithm.map at compile-time | |||
|---|---|---|---|
| |||
...9): Error: none of the overloads of template `std.array.join` are callable using argument... | |||
November 06, 2022 Issues » [Issue 23466] -verrors=context should not repeat same context for supplemental messages | |||
|---|---|---|---|
| |||
...useful because they show return type and template constraint where the candidate message doesn't... | |||
November 06, 2022 General » Re: Is D really that bad? | |||
|---|---|---|---|
| |||
`mixin template` doesn't scratch that itch? | |||
November 06, 2022 General » Re: opNext: Simplified ranges | |||
|---|---|---|---|
| |||
```d
mixin template NextToRange(ElementType) {
ElementType _value;
bool _haveValue;
@property {
bool empty() {
return _haveValue;
}
ElementType... | |||
November 05, 2022 Issues » [Issue 23458] No template candidates listed when OverDeclaration or OverloadSet don't match | |||
|---|---|---|---|
| |||
...pull request #14617 "Fix Issue 23458 - No template candidates listed when OverDeclaration …" was merged... | |||
November 04, 2022 Issues » [Issue 23458] No template candidates listed when OverDeclaration or OverloadSet don't match | |||
|---|---|---|---|
| |||
...fixing this issue: - Fix Issue 23458 - No template candidates listed when OverDeclaration or OverloadSet don... | |||
November 04, 2022 Issues » [Issue 23458] No template candidates listed when OverDeclaration or OverloadSet don't match | |||
|---|---|---|---|
| |||
...No template candidates listed when OverDeclaration …" fixing this issue: - Fix Issue 23458 - No template... | |||
November 04, 2022 Issues » [Issue 23458] No template candidates listed when OverDeclaration or OverloadSet don't match | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23458 Nick Treleaven <nick@geany.org> changed... | |||
Copyright © 1999-2021 by the D Language Foundation