November 21 Issues » [Issue 24869] Qualifier dropped from return type when AliasSeq is indexed with template argument | |||
|---|---|---|---|
| |||
...weird as the function prototype type is OK:
ref const(AliasSeq!(int)[0]) g() const... | |||
November 19 Issues » [Issue 24867] Wrong deprecation warning of @system variable usage under CTFE | |||
|---|---|---|---|
| |||
...of @system variables in CTFE may be ok (could be implementation defined, e.g. JIT... | |||
November 18 General » Re: Just a friendly reminder about using arrays in boolean conditions | |||
|---|---|---|---|
| |||
...t make sense if something is null. Ok, an array has both a pointer and... | |||
November 18 Announce » Re: Fluid 0.7.0 has been released! | |||
|---|---|---|---|
| |||
...quirks and bugs. I think it's OK now, but certainly coding a pretty weird... | |||
November 16 Issues » [Issue 24863] New: DMD v2.109.0 on OpenBSD out of memory when attempting to compile OneDrive for Linux | |||
|---|---|---|---|
| |||
...project to install prerequisites which all pass OK during ./configure check. Actual Results: obsd$ gmake... | |||
November 15 Issues » [Issue 24858] maxIndex but not minIndex sometimes returns the index as an array with a single element | |||
|---|---|---|---|
| |||
...import std.math: fabs; /* OK */ // import std.algorithm: maxIndex, minIndex, map; /* OK */ // import std.algorithm... | |||
November 15 Issues » [Issue 24858] maxIndex but not minIndex sometimes returns the index as an array with a single element | |||
|---|---|---|---|
| |||
...writeln(u.maxIndex); // => 3, OK writeln(u.map!fabs.minIndex); // => 2, OK writeln(u.map... | |||
November 14 Learn » Re: Avoid subtracting form .length | |||
|---|---|---|---|
| |||
Ok. Somewhat sad, but at least it works. Thanks for all the replies. | |||
November 13 Issues » [Issue 24858] New: maxIndex but not minIndex sometimes returns the index as an array with a single element | |||
|---|---|---|---|
| |||
...writeln(u.maxIndex); // => 3, OK writeln(u.map!fabs.minIndex); // => 2, OK writeln(u.map... | |||
November 10 LDC » Re: ASM: Loading address of label truncates to 32 bits on x64 | |||
|---|---|---|---|
| |||
Ok apparently... lea RCX,[RIP+LABEL] works. | |||
Copyright © 1999-2021 by the D Language Foundation