[phobos] [D-Programming-Language/phobos] a44598: Make UTC and LocalTime singletons be instantiated ...
GitHub
noreply at github.com
Sun May 12 04:19:13 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: a445982fb8de3f8bd5086bd7a9b759cb40191b5b
https://github.com/D-Programming-Language/phobos/commit/a445982fb8de3f8bd5086bd7a9b759cb40191b5b
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M std/datetime.d
Log Message:
-----------
Make UTC and LocalTime singletons be instantiated with CTFE.
Yay! It's now possible to instantiate classes at compile time and then
use them at runtime.
Commit: 57f310a4005708fab4ed2fcff1db22a0cf84e144
https://github.com/D-Programming-Language/phobos/commit/57f310a4005708fab4ed2fcff1db22a0cf84e144
Author: David Nadlinger <code at klickverbot.at>
Date: 2013-05-12 (Sun, 12 May 2013)
Changed paths:
M std/datetime.d
Log Message:
-----------
Merge pull request #1284 from jmdavis/ctfe
Make UTC and LocalTime singletons be instantiated with CTFE.
Compare: https://github.com/D-Programming-Language/phobos/compare/2613bc8c3a7a...57f310a40057
More information about the phobos
mailing list