Mixins: to!string cannot be interpreted at compile time

Peter Lundgren lundgrpb at rose-hulman.edu
Tue Mar 1 11:15:57 PST 2011


That worked, thanks. This is interesting because the example used in "The D
Programming Language" on page 83 gets away with it just fine. I had no problem
running this:

result ~= to!string(bitsSet(b)) ~ ", ";


More information about the Digitalmars-d-learn mailing list