pragma msg field name?

Dennis dkorpel at gmail.com
Tue Jun 27 14:02:16 UTC 2023


On Tuesday, 27 June 2023 at 05:03:01 UTC, Jonathan M Davis wrote:
> However, I would point out that getSymbolsByUDA gives you 
> symbols, not strings, whereas pragma(msg, ...) wants a string.

For some time now, it accepts any number of objects, which will 
all be converted to strings and concatenated to form the message. 
The same applies to `static assert()`.


More information about the Digitalmars-d-learn mailing list