Global.startGagging

Start ignoring compile errors instead of reporting them.

Used for speculative compilation like __traits(compiles, XXX), but also internally to e.g. try out an alias this rewrite without comitting to it.

Works like a stack, so N calls to startGagging should be paired with N calls to endGagging.

struct Global
extern (C++) nothrow
uint
startGagging
()

Return Value

Type: uint

the current number of gagged errors, which should later be passed to endGagging

Meta