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

Reply via email to