March 30, 2023 Issues » [Issue 13850] mixin template accepts delegates as function parameters | |||
|---|---|---|---|
| |||
...you mean exactly, but functions passed by alias are correctly rejected if they are used... | |||
March 29, 2023 Issues » [Issue 13850] mixin template accepts delegates as function parameters | |||
|---|---|---|---|
| |||
...Comment #4 from Salih Dincer <salihdb@hotmail.com> --- You are right, because there is alias! -- | |||
March 29, 2023 Issues » [Issue 13850] mixin template accepts delegates as function parameters | |||
|---|---|---|---|
| |||
...Dincer <salihdb@hotmail.com> --- No problem: alias T = string; alias fun = T function(); template Fun(fun... | |||
March 29, 2023 Issues » [Issue 23815] closure allocated even if the escape is only used to access static members | |||
|---|---|---|---|
| |||
...me:
alias T = int;
class C
{
static T i;
this(T n) { i = n; }
}
alias fo ... | |||
March 28, 2023 General » Re: Does `is` expression with template alias need fixing. | |||
|---|---|---|---|
| |||
...much but left such a hole in `alias` - still not enough people see it as... | |||
March 28, 2023 General » Re: Does `is` expression with template alias need fixing. | |||
|---|---|---|---|
| |||
...much but left such a hole in `alias` - still not enough people see it as... | |||
March 28, 2023 Genel » Ctfe Generated | |||
|---|---|---|---|
| |||
...3,
N = tekli.walkLength * tekrar
}
void main()
{
alias type = typeof(veri[0]);
type[N] arr... | |||
March 28, 2023 General » Re: Does `is` expression with template alias need fixing. | |||
|---|---|---|---|
| |||
That's just not true. People are motivated enough to fix it technically, but not... | |||
March 27, 2023 Issues » [Issue 23810] New: types from core.stdc can't be used in extern(C++) due to aliases being shared | |||
|---|---|---|---|
| |||
...is aliased: ``alias shared(_iobuf) FILE;`` I personally suggest removing shared from the alias, and... | |||
March 27, 2023 Learn » como eliminar los caracteres nulos de las respuestas en socket? | |||
|---|---|---|---|
| |||
...import std.algorithm: countUntil; import std.system; alias print = writeln; void conexion(); void server_esucha... | |||
Copyright © 1999-2021 by the D Language Foundation