Creating array of structs being used in C interface
Adam D. Ruppe via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sun Nov 27 15:43:32 PST 2016
On Sunday, 27 November 2016 at 23:25:57 UTC, Nicholas Wilson
wrote:
>> `_D10neo4jTypes17neo4j_map_entry_t6__initZ`, or
> Unions are supposed to be default initialised with the first
> member, a ulong and thus should be zero initialised.
Right, but neo4j_map_entry_t is a struct and that's the one it is
complaining about.
More information about the Digitalmars-d-learn
mailing list