May 18, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
Has there been any update on this? | |||
May 16, 2023 General » Re: CTFE for array / string / slice operations, constant propagation and bug detection at compile time | |||
|---|---|---|---|
| |||
...g. the value is used as a template argument or to determine some compile-time... | |||
May 16, 2023 Issues » [Issue 23915] Instance method properties not evaluated when passed to template value argument | |||
|---|---|---|---|
| |||
...functions are considered types when instantiating the template, but the `S3().getValue` is considered an... | |||
May 16, 2023 Issues » [Issue 22760] Segmentation fault in CppMangleVisitor.template_arg | |||
|---|---|---|---|
| |||
...Fix Issue 22760 - Segmentation fault in CppMangleVisitor.template_arg (#15099) https://github.com/dlang/dmd... | |||
May 16, 2023 Issues » [Issue 23915] Instance method properties not evaluated when passed to template value argument | |||
|---|---|---|---|
| |||
...with property. This yields the same result:
```
template T(bool value) {}
bool getValue() { return true... | |||
May 15, 2023 Announce » Re: D Language Foundation April 2023 Monthly Meeting Summary | |||
|---|---|---|---|
| |||
If whoever decided to template that function overnight, without notes on the changelog btw, not... | |||
May 14, 2023 Announce » D Language Foundation April 2023 Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...the problem is probably just template culling. Regarding reanalyzing template instances, Martin said the compiler... | |||
May 13, 2023 Issues » [Issue 23916] Non-eponymous template instances have a "type" (void) | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23916 --- Comment #9 from Vladimir Panteleev <dlang... | |||
May 13, 2023 Issues » [Issue 23916] Non-eponymous template instances have a "type" (void) | |||
|---|---|---|---|
| |||
...something is a template instance: if (is(X : Template!Args, alias Template, Args...)) (or use... | |||
May 13, 2023 Issues » [Issue 23916] Non-eponymous template instances have a "type" (void) | |||
|---|---|---|---|
| |||
...don't have to know that a template instance has void type, yet their code... | |||
Copyright © 1999-2021 by the D Language Foundation