mm... ok.
but why the line below doesn't compile?
mixin(format("class %s {}", "A"));
"bearophile" wrote in message news:it2pf5$1qh6$1 at digitalmars.com...
> Apparently std.string.format() is not implemented / does not compile! :(
This works for me, DMD 2.053: