Unions are supposed to be default initialised with the first member, a ulong and thus should be zero initialised.`_D10neo4jTypes17neo4j_map_entry_t6__initZ`, or
Right, but neo4j_map_entry_t is a struct and that's the one it is complaining about.
Adam D. Ruppe via Digitalmars-d-learn Sun, 27 Nov 2016 15:45:42 -0800
Unions are supposed to be default initialised with the first member, a ulong and thus should be zero initialised.`_D10neo4jTypes17neo4j_map_entry_t6__initZ`, or
Right, but neo4j_map_entry_t is a struct and that's the one it is complaining about.