on line 3242 on linux.
auto now = Clock.currTime();
assert(de.timeLastAccessed > before); <=== here
assert(de.timeLastAccessed < now);
assert(de.timeLastModified > before);
assert(de.timeLastModified < now);
_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos
