Search

September 06, 2022
General »
...function pointer type of an actual function */
template FuncType(alias symbol) {
    ReturnType!symbol function(Parameters...
September 06, 2022
General »
...former types is passed to a function template as an argument which has its type...
September 06, 2022
Issues »
...Nick Treleaven:
  Fix Issue 17575 - named mixin template error message

https://github.com/dlang/dmd...
September 06, 2022
General »
...dismayed that it's an impure function template, even if every handler is pure. It...
September 05, 2022
General »
...world", double.init);
  error!"Foo"("Wroing!");
}

mixin template NoGcError(string tag, Data) {
  class NoGcError : Error...
September 05, 2022
Issues »
...this issue:

- Fix Issue 17575 - named mixin template error message

https://github.com/dlang/dmd...
September 05, 2022
Issues »
...Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick@geany.org
            Summary|template failed to          |empty array literal should
                   |infer...
September 05, 2022
Issues »
...d(4): Error: template instance `map!((x) => x)` `map` is not a
template declaration, it...
September 05, 2022
Issues »
...From the spec:

https://dlang.org/spec/template-mixin.html#mixin_scope

This is to...
September 05, 2022
Learn »
...double, string, DateTime)`
axis.d(414): Error: template instance `axis.Axis!void.Axis.opBinary!("+", void...
253 254 255 256 257 258 259 260 261 262 263
Next ›   Last »