[Issue 3952] pragma(msg,...) has bugs + alternative idea

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Aug 8 08:17:35 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3952



--- Comment #4 from bearophile_hugs at eml.cc 2010-08-08 08:17:34 PDT ---
I don't understand what you exactly mean, but similar problems can be solved
by:

if (__ctfe) ctputs("...");

Or:
if (!__ctfe) ctputs("...");

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list