Hum humm, build latest release with ldc

2019-11-04 Thread Treebeard via Digitalmars-d-learn
Hoom, hum, can you tell me some nice instructions to compile the latest release of DMD using LDC? I walk slowly, but I love fast compilers. --- But I spoke hastily. We must not be hasty. I have become too hot. I must cool myself and think; for it is easier to shout stop! than to do it - The T

Re: Hum humm, build latest release with ldc

2019-11-04 Thread Treebeard via Digitalmars-d-learn
On Monday, 4 November 2019 at 09:49:03 UTC, Daniel Kozak wrote: On Mon, Nov 4, 2019 at 10:45 AM Treebeard via Digitalmars-d-learn wrote: Hoom, hum, can you tell me some nice instructions to compile the latest release of DMD using LDC? I walk slowly, but I love fast compilers. --- But I

Hum Humm, Typedef

2019-11-30 Thread Treebeard via Digitalmars-d-learn
Hoom, hum, I met a dark forest of complains from the compilers here. I walk slowly, but I would love typedef and cookies.. """ import std.datetime, std.typecons; alias M = Typedef!Duration; void main() { auto d1 = 100.msecs; auto d2 = 110.msecs; assert(d1 < d2); auto m1 = M(10