The following code:
ulong charlie = 11;
long johnstone = std.algorithm.comparison.max(0, -charlie);
writeln(format!"johnstone %s"(johnstone));
Results in (without any warning(s)):
johnstone -11
However you choose to look at it, this means -11 > 0 (regardless
of all arguments concerning i
On Wednesday, 18 May 2022 at 20:41:53 UTC, Gavin Gray wrote:
After upgrading to ubuntu 22.04, I get the linker error below
for a project that previously built successfully.
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
LDC - the LLVM D compiler (1.27.1):
based on DMD v2.097.
After upgrading to ubuntu 22.04, I get the linker error below for
a project that previously built successfully.
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
LDC - the LLVM D compiler (1.27.1):
based on DMD v2.097.2 and LLVM 12.0.1
built with LDC - the LLVM D compiler (1.27