June 28, 2023 Issues » [Issue 24019] Public alias to private struct template in struct instantiated in UDA is not visible from module | |||
|---|---|---|---|
| |||
...private template, and we instantiate the template from outside via the alias. The template has... | |||
June 27, 2023 Learn » Re: pragma msg field name? | |||
|---|---|---|---|
| |||
...you instantiate a template with the current type being compiled, that template is locked to... | |||
June 27, 2023 Issues » [Issue 15592] Template specializations don't work in nested scope | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=15592 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
June 27, 2023 Issues » [Issue 24019] New: Public alias to private struct template in struct instantiated in UDA is not visible from module | |||
|---|---|---|---|
| |||
...24019
Summary: Public alias to private struct template in struct
instantiated in UDA is not... | |||
June 27, 2023 Issues » [Issue 23966] [REG2.102] Cannot use traits(getAttributes) with overloaded template | |||
|---|---|---|---|
| |||
...102] Cannot use traits(getAttributes) with overloaded template" fixing this issue: - Fix Issue 23966 - [REG2... | |||
June 27, 2023 Issues » [Issue 24018] New: array concatenation doesn't work with disabled default construction | |||
|---|---|---|---|
| |||
...construction is disabled test.d(10): Error: template instance `core.internal.array.concatenation._d_arraycatnTX... | |||
June 27, 2023 Learn » pragma msg field name? | |||
|---|---|---|---|
| |||
...to wrap it in some sort of template? All I see in std.traits docs... | |||
June 26, 2023 Issues » [Issue 11455] Overriding template methods should raise a compile error | |||
|---|---|---|---|
| |||
...template methods should raise a compile …" fixing this issue: - Fix Issue 11455 - Overriding template... | |||
June 26, 2023 Issues » [Issue 24014] UDAs are lost during IFTI when function pointers are involved | |||
|---|---|---|---|
| |||
...rules regarding covariance/implicit conversion, overloading, overriding - template instance re-use I think you should... | |||
June 26, 2023 Issues » [Issue 24013] [REG 2.103.0] address of a __traits(getOverloads) item is not converted to a delegate anymore | |||
|---|---|---|---|
| |||
...delegate() aGetter, string aName) {}
}
enum Get;
mixin template PropertyPublisherImpl()
{
void collectPublicationsFromPairs(T)()
{
foreach (member; __traits... | |||
Copyright © 1999-2021 by the D Language Foundation