On 13 May 2014 03:44, Walter Bright via Digitalmars-d <[email protected]> wrote: > On 5/12/2014 10:31 AM, Manu via Digitalmars-d wrote: >> >> I just searched through my code, and 7 out of 12 unions had pointers. > > > Relative number of objects with unions, not declarations with unions!
Ah, well I have 3 different tree/graph structures with unions, and tree/graph nodes have a tendency to accumulate many instances.
