Article on code features in C++ by Scott Meyers + sidebar on D implementation by Bartosz Milewski

Hoenir mrmocool at gmx.de
Wed Sep 24 15:31:09 PDT 2008


Bill Baxter schrieb:
> you might want to also mention that you can debug such strings at
> *compile time* too using something like:
> 
> pragma(msg, "FEATURE CODE:\n" ~ declareAllFeatures (["Tested", "Portable"]));
> 
Doesn't work for me. It expects a string literal.


More information about the Digitalmars-d-announce mailing list