September 06, 2022 General » Load dynamic libraries with no hand-written bindings! | |||
|---|---|---|---|
| |||
...function pointer type of an actual function */
template FuncType(alias symbol) {
ReturnType!symbol function(Parameters... | |||
September 06, 2022 General » Re: Implicit conversion to mutable if no indirections? | |||
|---|---|---|---|
| |||
...former types is passed to a function template as an argument which has its type... | |||
September 06, 2022 Issues » [Issue 17575] named mixin template error message | |||
|---|---|---|---|
| |||
...Nick Treleaven: Fix Issue 17575 - named mixin template error message https://github.com/dlang/dmd... | |||
September 06, 2022 General » Making castSwitch pure | |||
|---|---|---|---|
| |||
...dismayed that it's an impure function template, even if every handler is pure. It... | |||
September 05, 2022 General » Re: Contract error string generation is not implicitly @nogc | |||
|---|---|---|---|
| |||
...world", double.init);
error!"Foo"("Wroing!");
}
mixin template NoGcError(string tag, Data) {
class NoGcError : Error... | |||
September 05, 2022 Issues » [Issue 17575] named mixin template error message | |||
|---|---|---|---|
| |||
...this issue: - Fix Issue 17575 - named mixin template error message https://github.com/dlang/dmd... | |||
September 05, 2022 Issues » [Issue 16222] empty array literal should have type noreturn[] | |||
|---|---|---|---|
| |||
...Removed |Added
----------------------------------------------------------------------------
CC| |nick@geany.org
Summary|template failed to |empty array literal should
|infer... | |||
September 05, 2022 Issues » [Issue 12994] Function-local imported name shadowing error | |||
|---|---|---|---|
| |||
...d(4): Error: template instance `map!((x) => x)` `map` is not a template declaration, it... | |||
September 05, 2022 Issues » [Issue 18087] "no property 'value' for type 'void'" when properties split among mixins | |||
|---|---|---|---|
| |||
...From the spec: https://dlang.org/spec/template-mixin.html#mixin_scope This is to... | |||
September 05, 2022 Learn » Comparing slices with std.variant.Algebraic | |||
|---|---|---|---|
| |||
...double, string, DateTime)`
axis.d(414): Error: template instance `axis.Axis!void.Axis.opBinary!("+", void... | |||
Copyright © 1999-2021 by the D Language Foundation