On 11/03/2011 21:33, Nick Sabalausky wrote:
"dsimcha"<[email protected]>  wrote in message

Unfortunately that makes debugging CTFE a royal pain in the ass since CTFE
has absolutely zero way to send anything to stdout - or any other IO for
that matter. And you can't work around it by appending to a log to then
display at runtime because CTFE deliberately disallows any global mutable
state *even* when order-of-evaluation doesn't matter for what you're trying
to do.



huh?

just use:

pragma(msg, CTFE_string);

piss of piss.

--
My enormous talent is exceeded only by my outrageous laziness.
http://www.ssTk.co.uk

Reply via email to