July 13, 2022 Issues » [Issue 23234] Delegate literal with inferred return value that requires following alias-this uses class cast instead. | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23234 --- Comment #6 from RazvanN <razvan.nitu1305... | |||
July 13, 2022 Issues » [Issue 23234] Delegate literal with inferred return value that requires following alias-this uses class cast instead. | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23234 --- Comment #5 from RazvanN <razvan.nitu1305... | |||
July 13, 2022 Issues » [Issue 23234] Delegate literal with inferred return value that requires following alias-this uses class cast instead. | |||
|---|---|---|---|
| |||
...is used. For example, consider this code: alias fd = () => foo; test(fd); By the time... | |||
July 13, 2022 Issues » [Issue 23241] __traits getMember breaks compilation when hit an alias | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23241 Dlang Bot <dlang-bot@dlang.rocks... | |||
July 13, 2022 Learn » Why does inputRangeObject fail to derive correctly for RandomAccessInfinite ranges? | |||
|---|---|---|---|
| |||
...RandomAccessInfinite;
auto seq = sequence!((a, n) => n);
alias SeqType = typeof(seq);
static assert(isRandomAccessRange!SeqType... | |||
July 13, 2022 Issues » [Issue 23241] New: __traits getMember breaks compilation when hit an alias | |||
|---|---|---|---|
| |||
...fixes it alias MyEnum = int; ``` Expected behavior: It should ignore either ignore the alias and... | |||
July 12, 2022 Learn » Re: How can I match every instance of a template type (struct)? | |||
|---|---|---|---|
| |||
...obj = //make_test(20);/*
make_test('T');//*/
alias typ = //typeof(obj);/*
LOG!(int, char);//*/
"Type... | |||
July 09, 2022 Issues » [Issue 23234] Delegate literal with inferred return value that requires following alias-this uses class cast instead. | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23234 --- Comment #3 from mhh <maxhaton@gmail... | |||
July 09, 2022 Issues » [Issue 23082] stringof of template alias overloaded with function accessed by trait: segfault. | |||
|---|---|---|---|
| |||
...Nitu: Fix Issue 23082 - stringof of template alias overloaded with function accessed by trait: segfault... | |||
July 09, 2022 Issues » [Issue 21723] Linker error: two module static library, main compiled inline, invariant that defines a function, type alias, and an alias lambda | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21723 --- Comment #4 from Dlang Bot <dlang... | |||
Copyright © 1999-2021 by the D Language Foundation