[phobos] [D-Programming-Language/phobos] 4a0546: fix Issue 8339 - is(typeof(...)) is reporting true...
GitHub
noreply at github.com
Sat Aug 18 08:24:02 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 4a0546480078d51a0ad4dbf141c71bf818e034ec
https://github.com/D-Programming-Language/phobos/commit/4a0546480078d51a0ad4dbf141c71bf818e034ec
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-08-18 (Sat, 18 Aug 2012)
Changed paths:
M std/format.d
M std/traits.d
Log Message:
-----------
fix Issue 8339 - is(typeof(...)) is reporting true when it's false due to nested function error
Avoid frame access check and disabled default construction in predicate templates.
Commit: 6d42d0286010fce62afe52ad3307cbf38102fe0b
https://github.com/D-Programming-Language/phobos/commit/6d42d0286010fce62afe52ad3307cbf38102fe0b
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2012-08-18 (Sat, 18 Aug 2012)
Changed paths:
M std/format.d
M std/traits.d
Log Message:
-----------
Merge pull request #751 from 9rnsr/fix8339
Supplemental change for dmd/pull/1087 (fix Issue 8339)
Compare: https://github.com/D-Programming-Language/phobos/compare/19bc85234d6d...6d42d0286010
More information about the phobos
mailing list