https://issues.dlang.org/show_bug.cgi?id=15903
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from [email protected] --- Same problem after loading up some library code that worked in 2.68. I have several compiler problems now: Deprecation: module std.traits is not accessible here, perhaps add 'static import std.traits;' same for std.algorithm. Of course, std.traits is already imported. mixin(1) Deprecation: Foo.min is not visible from module Bar min is suppose to be standard Math.min. Used to work fine, now it's not "visible". Same for max. --
