reading file byLine
anonymous via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sun Sep 6 09:26:42 PDT 2015
On Sunday, 6 September 2015 at 16:17:29 UTC, Namal wrote:
> Error: module comparison is in file
> 'std/algorithm/comparison.d' which cannot be read
> import path[0] = /usr/include/dmd/phobos
> import path[1] = /usr/include/dmd/druntime/import
>
> when I try to load the headers like in the example
Are you on 2.066 or older? Back then std.algorithm hasn't been
split into submodules yet. Just import std.algorithm then instead
of std.algorithm.comparison, std.algorithm.iteration, etc.
More information about the Digitalmars-d-learn
mailing list