February 27, 2023 Issues » [Issue 23687] IFTI fails forwarding an alias to struct field | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23687 Iain Buclaw <ibuclaw@gdcproject.org> changed... | |||
February 27, 2023 Issues » [Issue 23704] need `this` for a function accessed through a member alias tuple | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23704 Iain Buclaw <ibuclaw@gdcproject.org> changed... | |||
February 27, 2023 Issues » [Issue 23740] Alias breaks valid array operation code using operator overloading | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23740 Iain Buclaw <ibuclaw@gdcproject.org> changed... | |||
February 27, 2023 Issues » [Issue 23733] Can't use template type parameter as type of alias parameter | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23733 Iain Buclaw <ibuclaw@gdcproject.org> changed... | |||
February 27, 2023 Announce » D Language Foundation January 2023 Quarterly Meeting Summary | |||
|---|---|---|---|
| |||
...know about any potential plans for multiple `alias this`. He noted that in the old... | |||
February 27, 2023 Genel » Re: CircularList: Dairesel Kuyruk Yapısı | |||
|---|---|---|---|
| |||
...enum Size = size_t.sizeof; alias T = Düğüm.ANA; alias Type = typeof(T); // Bu yapının... | |||
February 26, 2023 Learn » Re: CompilerInvocationException | |||
|---|---|---|---|
| |||
...compile the following program:
import std.sumtype;
alias Test = SumType!S;
struct S
{
Test st... | |||
February 26, 2023 Issues » [Issue 23746] New: ICE with bit-wise binops with vector masks | |||
|---|---|---|---|
| |||
...x) & ~(ltMask | gtMask)));
}
}
void main()
{
alias int4 = __vector(int[4]);
alias float4 = __vector(float[4... | |||
February 26, 2023 Issues » [Issue 23744] New: Static If Compilation Differences / Attribute inference bug | |||
|---|---|---|---|
| |||
...module test;
bool nextVaryingLengthToken() @safe
{
bool tryLexLongerOperators(alias TokenType)()
{
switch(' ')
{
/*
Comment out the first two... | |||
February 26, 2023 Learn » Re: CompilerInvocationException | |||
|---|---|---|---|
| |||
...d`. [1]
On line 10, you declare
alias Expression = SumType!(Number, Binary, Unary, Group);
Later... | |||
Copyright © 1999-2021 by the D Language Foundation