January 10, 2023 Issues » [Issue 23617] New: traits(child) compile error need this for something that doesn't need this | |||
|---|---|---|---|
| |||
...T ...)(T t) {
assert(currentIndex < arrayOfS.length);
alias member = __traits(getMember, S, name);
return __traits... | |||
January 09, 2023 Issues » [Issue 23615] Trying to alias a certain template expression fails with "Error: unknown, please file report on issues.dlang.org" | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23615 Steven Schveighoffer <schveiguy@gmail.com> changed... | |||
January 09, 2023 Issues » [Issue 23615] Trying to alias a certain template expression fails with "Error: unknown, please file report on issues.dlang.org" | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23615
elpenguino+D@gmail.com changed:
What... | |||
January 09, 2023 Learn » Re: what wrong with this alias | |||
|---|---|---|---|
| |||
Aside from the problem with the code, that error alone deserves a bug report so... | |||
January 09, 2023 Issues » [Issue 23615] New: Trying to alias a certain template expression fails with "Error: unknown, please file report on issues.dlang.org" | |||
|---|---|---|---|
| |||
...23615
Issue ID: 23615
Summary: Trying to alias a certain template expression fails
with "Error... | |||
January 09, 2023 Issues » [Issue 19668] Using init instead of construction causes crash if type is parameterized on alias to function that accesses frame | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19668 Nick Treleaven <nick@geany.org> changed... | |||
January 09, 2023 Issues » [Issue 23610] std.typecons.Typedef doesn't forward constructors | |||
|---|---|---|---|
| |||
...aliases for Vec3 public alias Point3 = Vec3!(); // 3D point public alias Color = Vec3!(); // RGB color... | |||
January 09, 2023 Issues » [Issue 23610] New: std.typecons.Typedef doesn't forward constructors | |||
|---|---|---|---|
| |||
...auto v1 = Vec(1, 2, 3); // ok
alias TVec = Typedef!Vec;
auto v2 = TVec(1... | |||
January 08, 2023 Issues » [Issue 22866] ICE when accessing __traits(parameter) alias of an outer scope inside foreach | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22866 Basile-z <b2.temp@gmx.com... | |||
January 08, 2023 Issues » [Issue 19668] Using init instead of construction causes crash if type is parameterized on alias to function that accesses frame | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19668 Basile-z <b2.temp@gmx.com... | |||
Copyright © 1999-2021 by the D Language Foundation