Search

March 31, 2023
Issues »
...Error: undefined
identifier `HMODULE`, did you mean alias `HMODULE`?
```

The odd things about this error...
March 31, 2023
General »
Ditto.
March 31, 2023
Learn »
...enum {x, y}//leftright/side, updown/height
alias tri = byte[2];
/**
Determines if a triangle...
March 31, 2023
Issues »
...to be false if `A` is an alias template.

is-expressions are used in generic...
March 31, 2023
Issues »
...And you can't even alias the template instance:

alias a = gc_free2!int; // same...
March 31, 2023
General »
YES! Thank you for driving this initiative!

March 31, 2023
General »
...1);
alias Vec3(U) = Vector3!U;
alias Vec3Alt = Vector3;
alias Vec3Var(U...) = Vector3!(U);
alias...
March 30, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=23817

Basile-z <b2.temp@gmx.com...
March 30, 2023
Issues »
...is` alias template instance specialization with Te…" fixing this issue:

- Fix Issue 23817 - `is` alias...
March 30, 2023
Issues »
...23817

          Issue ID: 23817
           Summary: Reject `is` alias template instance TypeSpecialization
                    when TemplateParameterList supplied
           Product...
119 120 121 122 123 124 125 126 127 128 129
Next ›   Last »