On 8/2/12, David Nadlinger <[email protected]> wrote: > For example, I'd expect (without actually having tested it) > that %s for xformat will »pretty-print« enum members instead of just > printing the raw integer values, because the type information is now > available as a template parameter.
Oh that's pretty cool. This also means CTFE will work for format (since it currently doesn't with the variadic version). I would have used xformat all along but I didn't realize it exists. :) _______________________________________________ dmd-beta mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-beta
