[Issue 15903] [REG 2.071] module foo.bar is not accessible here, perhaps add 'static import foo.bar; (already there)
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Jun 7 10:30:53 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=15903
TeddyBear12311 at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |TeddyBear12311 at gmail.com
--- Comment #4 from TeddyBear12311 at gmail.com ---
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.
--
More information about the Digitalmars-d-bugs
mailing list