4 days ago Learn » Re: How can I have those "template instance recursive expansion" errors under control? | |||
|---|---|---|---|
| |||
...the math module: 'mentioning' it with a `pragma(msg, Vector!(ubyte, 3).stringof[0..0... | |||
6 days ago Learn » Re: How can I have those "template instance recursive expansion" errors under control? | |||
|---|---|---|---|
| |||
...previously! A harmless way to 'mention' is -> pragma(msg, (Vector!(ubyte, 3)).stringof[0..0... | |||
6 days ago Learn » Re: How can I have those "template instance recursive expansion" errors under control? | |||
|---|---|---|---|
| |||
...vectorElementTypes)
static foreach(N; vectorElementCounts)
{
/+voodoo magic ->+/pragma(msg, Vector!(T, N).stringof[0..0... | |||
6 days ago General » Re: Variable notation | |||
|---|---|---|---|
| |||
...tupleof;
foreach (i, member; members) {
pragma(msg, __traits(getAttributes, member));
pragma(msg, __traits(getAttributes, obj... | |||
November 30 Learn » Re: raylib-d how to program a simple moving circle. | |||
|---|---|---|---|
| |||
...be added with the `-L` flag or `pragma(lib, ...)` Error: linker exited with status 1... | |||
November 26 Issues » [Issue 24884] backend generates wrong 32-bit code after inlining math with double[4] | |||
|---|---|---|---|
| |||
...a bit further: ``` pragma(inline, false) bool norm(int a) => 0; pragma(inline, false) void... | |||
November 26 Issues » [Issue 24884] New: backend generates wrong 32-bit code after inlining math with double[4] | |||
|---|---|---|---|
| |||
...a[3]; } pragma(inline, false) double norm(ref double[4] a) => 0; pragma(inline, false... | |||
November 26 Issues » [Issue 24883] New: Speculative template overload error escapes with `-preview=rvaluerefparam` | |||
|---|---|---|---|
| |||
...scope const(char)[]) sink) => 4;
void put() {}
pragma(msg, toString(dst => put()));
```
```
onlineapp.d(1... | |||
November 22 Learn » Is there a way to Deferred binding symbol from dynamic library? | |||
|---|---|---|---|
| |||
...to do it from d code, like `pragma(linkerDirective, "--unresolved-symbols=dynamic_lookup")`, this can... | |||
November 21 Issues » [Issue 24869] Qualifier dropped from return type when AliasSeq is indexed with template argument | |||
|---|---|---|---|
| |||
...int)[i]) get(size_t i)() const;
pragma(msg, typeof(get!0)); // const ref int()
-- | |||
Copyright © 1999-2021 by the D Language Foundation