Problem Benchmarking HashSet from containers-em

Justin Whear via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Oct 22 10:32:34 PDT 2015


On Thu, 22 Oct 2015 11:55:37 +0000, Nordlöw wrote:

> What's wrong?

HashSet has a disabled default constructor; you need to supply the 
allocator instance to the constructor here https://github.com/nordlow/
justd/blob/master/containers_ex.d#L17


More information about the Digitalmars-d-learn mailing list