November 10, 2021 Issues » [Issue 22497] Spurious dual-context error | |||
|---|---|---|---|
| |||
...v) {
static auto fun(alias lambda)(int x) {
return lambda(x);
}
}
alias f1 = canon!"abc... | |||
November 10, 2021 Issues » [Issue 22497] Spurious dual-context error | |||
|---|---|---|---|
| |||
...net> --- AFAIK, the problem is that the alias template parameter doesn't capture the context... | |||
November 09, 2021 General » Re: Forward ranges in Phobos v2 | |||
|---|---|---|---|
| |||
...empty masqueraded from a nested struct via alias this doesn't pass isInputRange?", which then... | |||
November 09, 2021 Issues » [Issue 22497] New: Spurious dual-context error | |||
|---|---|---|---|
| |||
...string v) {
auto fun(alias lambda)(int x) {
return lambda(x);
}
}
alias f1 = canon!"abc... | |||
November 09, 2021 General » Re: Challenge: write a reference counted slice that works as much as possible like a built-in slice | |||
|---|---|---|---|
| |||
...time guarantee that there's only one alias left. "We can have @safe vectors, unless... | |||
November 09, 2021 General » Re: Challenge: write a reference counted slice that works as much as possible like a built-in slice | |||
|---|---|---|---|
| |||
...In a large number of cases of alias this, its due to wanting a wrapper... | |||
November 08, 2021 Issues » [Issue 21039] `alias this` returns 'null' for ref types when put into array initializer | |||
|---|---|---|---|
| |||
...904fde46c4bad53ae65d72225d9b5f0c9beb6135 by Boris Carvajal: Fix Issue 21039 - `alias this` returns 'null' for ref types when... | |||
November 08, 2021 General » Re: Why is D unpopular? | |||
|---|---|---|---|
| |||
...useless in D meta-programming. alias I1(alias T) = T; alias I2(T...) = T; I1... | |||
November 08, 2021 General » Re: Why is D unpopular? | |||
|---|---|---|---|
| |||
...one hand and rely on hacks like "alias this" on the other. And then there... | |||
November 08, 2021 Issues » [Issue 21039] `alias this` returns 'null' for ref types when put into array initializer | |||
|---|---|---|---|
| |||
...dmd pull request #13277 "Fix Issue 21039 - `alias this` returns 'null' for ref types when... | |||
Copyright © 1999-2021 by the D Language Foundation