March 31, 2023 Issues » [Issue 23818] New: Error HMODULE not defined, please use HMODULE | |||
|---|---|---|---|
| |||
...Error: undefined identifier `HMODULE`, did you mean alias `HMODULE`? ``` The odd things about this error... | |||
March 31, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
Ditto. | |||
March 31, 2023 Learn » Re: Is this code correct? | |||
|---|---|---|---|
| |||
...enum {x, y}//leftright/side, updown/height
alias tri = byte[2];
/**
Determines if a triangle... | |||
March 31, 2023 Issues » [Issue 23817] Reject `is` alias template instance TypeSpecialization when TemplateParameterList supplied | |||
|---|---|---|---|
| |||
...to be false if `A` is an alias template. is-expressions are used in generic... | |||
March 31, 2023 Issues » [Issue 11662] Template constraint evaluation should not look eponymous template function parameters if it's unnecessary | |||
|---|---|---|---|
| |||
...And you can't even alias the template instance: alias a = gc_free2!int; // same... | |||
March 31, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
YES! Thank you for driving this initiative! | |||
March 31, 2023 General » Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
...1); alias Vec3(U) = Vector3!U; alias Vec3Alt = Vector3; alias Vec3Var(U...) = Vector3!(U); alias... | |||
March 30, 2023 Issues » [Issue 23817] Reject `is` alias template instance TypeSpecialization when TemplateParameterList supplied | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23817 Basile-z <b2.temp@gmx.com... | |||
March 30, 2023 Issues » [Issue 23817] Reject `is` alias template instance TypeSpecialization when TemplateParameterList supplied | |||
|---|---|---|---|
| |||
...is` alias template instance specialization with Te…" fixing this issue: - Fix Issue 23817 - `is` alias... | |||
March 30, 2023 Issues » [Issue 23817] New: Reject `is` alias template instance TypeSpecialization when TemplateParameterList supplied | |||
|---|---|---|---|
| |||
...23817
Issue ID: 23817
Summary: Reject `is` alias template instance TypeSpecialization
when TemplateParameterList supplied
Product... | |||
Copyright © 1999-2021 by the D Language Foundation