https://issues.dlang.org/show_bug.cgi?id=12550
--- Comment #13 from Steven Schveighoffer <[email protected]> --- (In reply to Benjamin Thaut from comment #12) > Thanks to attribute inference some stuff automatically becomes @safe. Also > phobos and druntime use @safe. I don't want to pay the performance penatly > for those. Good point, but the compiler could easily compile on demand 2 versions, one that is @safe and one that isn't, using the unsafe version wherever possible. I'd rather see that in any case. --
