On Fri, Jun 17, 2011 at 1:05 AM, Jose Armando Garcia <jsancio at gmail.com> wrote: > tests ~= test; Btw, if you replace this with 'test[0] = test;' it works as expected. The postblit ctor and the assignment operator get called and the dtor is called twice.