dlang-community / std_data_json

Phobos candidate JSON implementation.
25 stars 13 forks source link

JSONNumber doesn't correctly handle copy/destruction of BigInt #13

Closed s-ludwig closed 9 years ago

s-ludwig commented 9 years ago

An explicit destructor/postblit constructor is needed.

s-ludwig commented 9 years ago

Actually it isn't, because BigInt relies on the GC.