On Thursday, 1 October 2015 at 23:01:59 UTC, Zz wrote:

Can you post the code that causes the error?

I traced it to when JSONValue get is being used.

{
  import stdx.data.json;

  string str = `{"a": true, "b": "test"}`;
  auto v = parseJSONValue(str);

  // The following line causes the problem in 2.068.2
  auto obj = v.get!(JSONValue[string]);
}

Zz

Please enter a bugzilla issue, else it will be forgotten.

Reply via email to