http://d.puremagic.com/issues/show_bug.cgi?id=4352



--- Comment #1 from Andrei Alexandrescu <and...@metalanguage.com> 2010-06-19 
23:00:02 PDT ---
Simpler example:

import std.typecons;

struct RefCounted(T)
{
    Tuple!(T, size_t) * _refCountedStore;
}

struct Payload
{
    ~this()
    {
    }
}

RefCounted!(Payload) _data;

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to