https://issues.dlang.org/show_bug.cgi?id=23812
Steven Schveighoffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Steven Schveighoffer <[email protected]> --- Yes, I had to remove the nogc and nothrow attributes from my project to get it compiling with importc usage. I think the defaults have to be as is since we don’t have negation of pure nogc nothrow. But I agree that a pragma would suffice. --
