Search

April 30
Issues »
...DMD 2.108.0, the following program fails to compile:

---
struct S(T) {}
enum E...
April 29
DIP Development »
...with ugly implementations in it, std.traits fails to document the behavior of the functions...
April 29
General »
...better than that is if `double x;` fails to compile and you explicitly set it...
April 29
General »
...etc. With NaN, all rendering pipeline silently fails if even a single number was uninitialised...
April 28
Issues »
...Reporter: issues.dlang@jmdavisProg.com

This code fails

---
import std.range.primitives;

struct Foo(R...
April 26
Issues »
...int i;
    f(&i, &i);
}
```
But it fails:
```
Error: template `onlineapp.f` is not callable...
April 25
DIP Development »
...compile error as (int,string,Object)[3] fails
t[0..2] // is of type Tpl...
April 25
General »
Naturally my code is ported with the same hierarchy, still inference fails at times.
April 23
Issues »
...bugzilla issue 24495 - ImportC: Struct initialization expression fails to
initialize field

  Makes it possible to...
April 21
Issues »
...is(typeof(Symbols) == AliasSeq!(int, int*, string)));

    // fails
    static assert(is(typeof(ConstSymbols) == AliasSeq!(const...
19 20 21 22 23 24 25 26 27 28 29 30
Next ›   Last »