On Monday, 30 December 2013 at 17:26:30 UTC, Chris Cain wrote:
See emplace: http://dlang.org/phobos/std_conv.html#.emplace
Thanks. I guess that is the equivalent of c++ in-place new expression.
I hoped for solution that is a bit more transparent than creating my own new syntax though, a solution which makes replacing allocators across projects less work. *shrug*