[Issue 14546] "ClockType.uptime is not supported by MonoTimeImpl on this system"

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri May 8 20:20:22 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14546

--- Comment #5 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/ab3ed252850eae6071d5fc1dc65d3fb31eaab2d7
Fix bug# 14546.

This makes it so that ClockType isn't actually used in core.time in the
documentation build (since if it is, it triggers static assertions,
since none of the systems support all of the ClockTypes, but they all
have to be defined for the documentation build in order to show up in
the docs).

https://github.com/D-Programming-Language/druntime/commit/972954cfd972b65d91fe2f545b10ddbdceb94ac5
Merge pull request #1259 from jmdavis/bug14546

Fix bug# 14546 - Make the druntime documentation buildable again.

--


More information about the Digitalmars-d-bugs mailing list