Escaping the Tyranny of the GC: std.rcstring, first blood
Jakob Ovrum via Digitalmars-d
digitalmars-d at puremagic.com
Mon Sep 15 08:34:53 PDT 2014
On Monday, 15 September 2014 at 02:26:19 UTC, Andrei Alexandrescu
wrote:
> http://dpaste.dzfl.pl/817283c163f5
The test on line 267 fails on a 32-bit build:
rcstring.d(267): Error: cannot implicitly convert expression
(38430716820228232L) of type long to uint
Hosting it as a Gist on Github[1] might be an idea, as then the
same link will be relevant after the code is updated, and people
can post line comments. It doesn't support building and running
the code online, but dpaste.dzfl.pl's old FE version (2.065)
doesn't support the code anyway.
[1] https://gist.github.com/
More information about the Digitalmars-d
mailing list