On Tuesday, 28 May 2013 at 19:10:54 UTC, Nick Sabalausky wrote: > Is this what all the "error gagging" stuff is all about, or is > there > more to that? No, error gagging is completely unrelated, it applies to "speculative evaluation" of code. The most obvious example for that is __traits(compiles, ...). David