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()`.