Search

May 18, 2023
General »
Has there been any update on this?

May 16, 2023
General »
...g. the value is used as a template argument or to determine some compile-time...
May 16, 2023
Issues »
...functions are considered types when instantiating the template, but the `S3().getValue` is considered an...
May 16, 2023
Issues »
...Fix Issue 22760 - Segmentation fault in CppMangleVisitor.template_arg
(#15099)

https://github.com/dlang/dmd...
May 16, 2023
Issues »
...with property. This yields the same result:

```
template T(bool value) {}

bool getValue() { return true...
May 15, 2023
Announce »
If whoever decided to template that function overnight, without notes on the changelog btw, not...
May 14, 2023
Announce »
...the problem is probably just template culling.

Regarding reanalyzing template instances, Martin said the compiler...
May 13, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=23916

--- Comment #9 from Vladimir Panteleev <dlang...
May 13, 2023
Issues »
...something is a template instance: if (is(X : Template!Args, alias
Template, Args...)) (or use...
May 13, 2023
Issues »
...don't have to know that a template instance has void type, yet their code...
141 142 143 144 145 146 147 148 149 150 151
Next ›   Last »