A little of coordination for Rosettacode
Simen Kjaeraas
simen.kjaras at gmail.com
Tue Jun 18 00:19:37 PDT 2013
On 2013-06-18, 05:00, bearophile wrote:
> With your code I have found a dmd compiler bug, are you able and willing
> to further reduce this?
Tried this with 2.063.2, and there are three errors in the code -
deserializeInto
should return its buffer, the switch on line 19 needs a default: case, and
deserializeInto tries to modify its non-buffer argument (which in this
case is a
const string. None of these seem to be a compiler bug.
--
Simen
More information about the Digitalmars-d-learn
mailing list