unittest affects next unittest

safety0ff via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Aug 1 16:13:37 PDT 2014


On Friday, 1 August 2014 at 23:09:39 UTC, sigod wrote:
> Code: http://dpaste.dzfl.pl/51bd62138854
> (It was reduced by DustMite.)
>
> Have I missed something about structs? Or this simply a bug?

Isn't this the same mistake as: 
http://forum.dlang.org/thread/muqgqidlrpoxedhyuaec@forum.dlang.org#post-mpcwwjuaxpvwiumlyqls:40forum.dlang.org

In other words:
private Node * _root = new Node();
looks wrong.


More information about the Digitalmars-d-learn mailing list