On Saturday, 25 April 2015 at 19:16:21 UTC, Namespace wrote:
hmm... http://dlang.org/phobos/std_conv.html#.emplaceconstructs an object of non-class type T at that address.Non-Class. ;)
There's a class overload 3 downT emplace(T, Args...)(void[] chunk, auto ref Args args) if (is(T == class));
